Shades of Atlantis #9ECE40
Tints of Atlantis #9ECE40
RGB
CMYK
RGB Variations
Color information
#9ECE40 (or 0x9ECE40) is known color: Atlantis. HEX triplet: 9E, CE and 40. RGB value is (158,206,64). Sum of RGB (Red+Green+Blue) = 158+206+64=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE40 is #6131BF. Grayscale: #AFAFAF. Windows color (decimal): -6369728 or 4247198. OLE color: 4247198.
HSL color Cylindrical-coordinate representation of color #9ECE40: hue angle of 80.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ECE40 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 64 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.19 |
| HSL | 80.28º | 0.59% | 0.53% | - |
| HSV(B) | 80.28º | 0.69% | 0.81% | - |
| XYZ | 37.1 | 51.78 | 12.89 | - |
| YUV | 175.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 64 | 0.23 | 0 | 0.69 | 0.19 | 80.28 | 0.59 | 0.53 |
| Hex | 9E | CE | 40 | 17 | 0 | 45 | 13 | 50 | 3B | 35 |
| Octal | 236 | 316 | 100 | 27 | 0 | 105 | 23 | 120 | 73 | 65 |
| Binary | 10011110 | 11001110 | 1000000 | 10111 | 0 | 1000101 | 10011 | 1010000 | 111011 | 110101 |
Color Harmonies of #9ECE40
Complementary color
Monochromatic Colors of #9ECE40
Black with #9ECE40
Text Example
Text Example
White with #9ECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE40; }
p { color: rgb(158,206,64); }
H1.HeaderClassName
{
color: #9ECE40;
}
.AnyTagClassName
{
color: #9ECE40;
}
</style>
background-color css
<style>
a { background-color: #9ECE40; }
a { background-color: rgb(158,206,64); }
div.DivClassName
{
background-color: #9ECE40;
}
.BgClassName
{
background-color: #9ECE40;
}
</style>
border-color css
<style>
span { border-color: #9ECE40; }
span { border-color: rgb(158,206,64); }
td.TdClassName
{
border-color: #9ECE40;
}
.TagClassName
{
border-color: #9ECE40;
}
</style>