#9EE42F

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

Shades of Atlantis #9EE42F

Tints of Atlantis #9EE42F

Color information

#9EE42F (or 0x9EE42F) is unknown color: approx Atlantis. HEX triplet: 9E, E4 and 2F. RGB value is (158,228,47). Sum of RGB (Red+Green+Blue) = 158+228+47=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE42F is #611BD0. Grayscale: #BBBBBB. Windows color (decimal): -6364113 or 3138718. OLE color: 3138718.

HSL color Cylindrical-coordinate representation of color #9EE42F: hue angle of 83.2º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EE42F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB15822847-
CMYK0.3100.790.11
HSL83.2º77.02%53.92%-
HSV(B)83.2º79.39%89.41%-
XYZ42.3662.9612.61-
YUV186.4449.31107.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 228 (89.45% from 255) = 52.66%
BLUE value IS 47 (18.75% from 255) = 10.85%
R=36.49%
G=52.66%
B=10.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158228470.3100.790.1183.277.0253.92
Hex9EE42F1F04FB534d36
Octal236344573701171312311566
Binary10011110111001001011111111101001111101110100111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,228,47); }

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

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

 a { background-color: rgb(158,228,47); }

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

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

 span { border-color: rgb(158,228,47); }

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