Shades of Atlantis #9ECE4A
Tints of Atlantis #9ECE4A
RGB
CMYK
RGB Variations
Color information
#9ECE4A (or 0x9ECE4A) is known color: Atlantis. HEX triplet: 9E, CE and 4A. RGB value is (158,206,74). Sum of RGB (Red+Green+Blue) = 158+206+74=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE4A is #6131B5. Grayscale: #B1B1B1. Windows color (decimal): -6369718 or 4902558. OLE color: 4902558.
HSL color Cylindrical-coordinate representation of color #9ECE4A: hue angle of 81.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ECE4A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 74 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.19 |
| HSL | 81.82º | 0.57% | 0.55% | - |
| HSV(B) | 81.82º | 0.64% | 0.81% | - |
| XYZ | 37.41 | 51.91 | 14.53 | - |
| YUV | 176.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 74 | 0.23 | 0 | 0.64 | 0.19 | 81.82 | 0.57 | 0.55 |
| Hex | 9E | CE | 4A | 17 | 0 | 40 | 13 | 52 | 39 | 37 |
| Octal | 236 | 316 | 112 | 27 | 0 | 100 | 23 | 122 | 71 | 67 |
| Binary | 10011110 | 11001110 | 1001010 | 10111 | 0 | 1000000 | 10011 | 1010010 | 111001 | 110111 |
Color Harmonies of #9ECE4A
Complementary color
Monochromatic Colors of #9ECE4A
Black with #9ECE4A
Text Example
Text Example
White with #9ECE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE4A; }
p { color: rgb(158,206,74); }
H1.HeaderClassName
{
color: #9ECE4A;
}
.AnyTagClassName
{
color: #9ECE4A;
}
</style>
background-color css
<style>
a { background-color: #9ECE4A; }
a { background-color: rgb(158,206,74); }
div.DivClassName
{
background-color: #9ECE4A;
}
.BgClassName
{
background-color: #9ECE4A;
}
</style>
border-color css
<style>
span { border-color: #9ECE4A; }
span { border-color: rgb(158,206,74); }
td.TdClassName
{
border-color: #9ECE4A;
}
.TagClassName
{
border-color: #9ECE4A;
}
</style>