#9EE245

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

Shades of Atlantis #9EE245

Tints of Atlantis #9EE245

Color information

#9EE245 (or 0x9EE245) is unknown color: approx Atlantis. HEX triplet: 9E, E2 and 45. RGB value is (158,226,69). Sum of RGB (Red+Green+Blue) = 158+226+69=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE245 is #611DBA. Grayscale: #BCBCBC. Windows color (decimal): -6364603 or 4579998. OLE color: 4579998.

HSL color Cylindrical-coordinate representation of color #9EE245: hue angle of 85.99º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EE245 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB15822669-
CMYK0.3000.690.11
HSL85.99º73.02%57.84%-
HSV(B)85.99º69.47%88.63%-
XYZ42.3762.0915.38-
YUV187.7760.97106.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 226 (88.67% from 255) = 49.89%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=34.88%
G=49.89%
B=15.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158226690.3000.690.1185.9973.0257.84
Hex9EE2451E045B56493a
Octal2363421053601051312611172
Binary100111101110001010001011111001000101101110101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,226,69); }

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

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

 a { background-color: rgb(158,226,69); }

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

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

 span { border-color: rgb(158,226,69); }

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