#9BE13E

Color #9BE13E Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BE13E

Tints of Atlantis #9BE13E

Color information

#9BE13E (or 0x9BE13E) is unknown color: approx Atlantis. HEX triplet: 9B, E1 and 3E. RGB value is (155,225,62). Sum of RGB (Red+Green+Blue) = 155+225+62=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE13E is #641EC1. Grayscale: #BABABA. Windows color (decimal): -6561474 or 4120987. OLE color: 4120987.

HSL color Cylindrical-coordinate representation of color #9BE13E: hue angle of 85.77º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BE13E is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB15522562-
CMYK0.3100.720.12
HSL85.77º73.09%56.27%-
HSV(B)85.77º72.44%88.24%-
XYZ41.3161.1714.19-
YUV185.4958.31106.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 225 (88.28% from 255) = 50.90%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=35.07%
G=50.90%
B=14.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155225620.3100.720.1285.7773.0956.27
Hex9BE13E1F048C564938
Octal233341763701101412611170
Binary10011011111000011111101111101001000110010101101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BE13E; }

 p { color: rgb(155,225,62); }

 H1.HeaderClassName
 {
   color: #9BE13E;
 }
 .AnyTagClassName
 {
   color: #9BE13E;
 }
</style>
background-color css

<style>
 a { background-color: #9BE13E; }

 a { background-color: rgb(155,225,62); }

 div.DivClassName
 {
   background-color: #9BE13E;
 }
 .BgClassName
 {
   background-color: #9BE13E;
 }
</style>
border-color css

<style>
 span { border-color: #9BE13E; }

 span { border-color: rgb(155,225,62); }

 td.TdClassName
 {
   border-color: #9BE13E;
 }
 .TagClassName
 {
   border-color: #9BE13E;
 }
</style>