#9EE942

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

Shades of Atlantis #9EE942

Tints of Atlantis #9EE942

Color information

#9EE942 (or 0x9EE942) is unknown color: approx Atlantis. HEX triplet: 9E, E9 and 42. RGB value is (158,233,66). Sum of RGB (Red+Green+Blue) = 158+233+66=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE942 is #6116BD. Grayscale: #C0C0C0. Windows color (decimal): -6362814 or 4385182. OLE color: 4385182.

HSL color Cylindrical-coordinate representation of color #9EE942: hue angle of 86.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EE942 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB15823366-
CMYK0.3200.720.09
HSL86.95º79.15%58.63%-
HSV(B)86.95º71.67%91.37%-
XYZ44.2265.9415.55-
YUV191.5457.15104.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 233 (91.41% from 255) = 50.98%
BLUE value IS 66 (26.17% from 255) = 14.44%
R=34.57%
G=50.98%
B=14.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158233660.3200.720.0986.9579.1558.63
Hex9EE942200489574f3b
Octal2363511024001101112711773
Binary1001111011101001100001010000001001000100110101111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,233,66); }

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

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

 a { background-color: rgb(158,233,66); }

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

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

 span { border-color: rgb(158,233,66); }

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