Shades of Atlantis #9ECE4F
Tints of Atlantis #9ECE4F
RGB
CMYK
RGB Variations
Color information
#9ECE4F (or 0x9ECE4F) is known color: Atlantis. HEX triplet: 9E, CE and 4F. RGB value is (158,206,79). Sum of RGB (Red+Green+Blue) = 158+206+79=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE4F is #6131B0. Grayscale: #B1B1B1. Windows color (decimal): -6369713 or 5230238. OLE color: 5230238.
HSL color Cylindrical-coordinate representation of color #9ECE4F: hue angle of 82.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ECE4F is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 79 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.19 |
| HSL | 82.68º | 0.56% | 0.56% | - |
| HSV(B) | 82.68º | 0.62% | 0.81% | - |
| XYZ | 37.58 | 51.98 | 15.45 | - |
| YUV | 177.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 79 | 0.23 | 0 | 0.62 | 0.19 | 82.68 | 0.56 | 0.56 |
| Hex | 9E | CE | 4F | 17 | 0 | 3E | 13 | 53 | 38 | 38 |
| Octal | 236 | 316 | 117 | 27 | 0 | 76 | 23 | 123 | 70 | 70 |
| Binary | 10011110 | 11001110 | 1001111 | 10111 | 0 | 111110 | 10011 | 1010011 | 111000 | 111000 |
Color Harmonies of #9ECE4F
Complementary color
Monochromatic Colors of #9ECE4F
Black with #9ECE4F
Text Example
Text Example
White with #9ECE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE4F; }
p { color: rgb(158,206,79); }
H1.HeaderClassName
{
color: #9ECE4F;
}
.AnyTagClassName
{
color: #9ECE4F;
}
</style>
background-color css
<style>
a { background-color: #9ECE4F; }
a { background-color: rgb(158,206,79); }
div.DivClassName
{
background-color: #9ECE4F;
}
.BgClassName
{
background-color: #9ECE4F;
}
</style>
border-color css
<style>
span { border-color: #9ECE4F; }
span { border-color: rgb(158,206,79); }
td.TdClassName
{
border-color: #9ECE4F;
}
.TagClassName
{
border-color: #9ECE4F;
}
</style>