#9EE149

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

Shades of Atlantis #9EE149

Tints of Atlantis #9EE149

Color information

#9EE149 (or 0x9EE149) is unknown color: approx Atlantis. HEX triplet: 9E, E1 and 49. RGB value is (158,225,73). Sum of RGB (Red+Green+Blue) = 158+225+73=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE149 is #611EB6. Grayscale: #BCBCBC. Windows color (decimal): -6364855 or 4841886. OLE color: 4841886.

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

Color convert

RGB15822573-
CMYK0.3000.680.12
HSL86.45º71.7%58.43%-
HSV(B)86.45º67.56%88.24%-
XYZ42.2361.615.97-
YUV187.6463.3106.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=34.65%
G=49.34%
B=16.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158225730.3000.680.1286.4571.758.43
Hex9EE1491E044C56483a
Octal2363411113601041412611072
Binary100111101110000110010011111001000100110010101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,73); }

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

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

 a { background-color: rgb(158,225,73); }

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

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

 span { border-color: rgb(158,225,73); }

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