#9EEA3B

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

Shades of Atlantis #9EEA3B

Tints of Atlantis #9EEA3B

Color information

#9EEA3B (or 0x9EEA3B) is unknown color: approx Atlantis. HEX triplet: 9E, EA and 3B. RGB value is (158,234,59). Sum of RGB (Red+Green+Blue) = 158+234+59=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EEA3B is #6115C4. Grayscale: #BFBFBF. Windows color (decimal): -6362565 or 3926686. OLE color: 3926686.

HSL color Cylindrical-coordinate representation of color #9EEA3B: hue angle of 86.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EEA3B is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB15823459-
CMYK0.3200.750.08
HSL86.06º80.65%57.45%-
HSV(B)86.06º74.79%91.76%-
XYZ44.3166.4314.62-
YUV191.3353.32104.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 234 (91.80% from 255) = 51.88%
BLUE value IS 59 (23.44% from 255) = 13.08%
R=35.03%
G=51.88%
B=13.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158234590.3200.750.0886.0680.6557.45
Hex9EEA3B2004B8565139
Octal236352734001131012612171
Binary100111101110101011101110000001001011100010101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,234,59); }

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

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

 a { background-color: rgb(158,234,59); }

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

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

 span { border-color: rgb(158,234,59); }

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