Shades of Atlantis #9ECE3E
Tints of Atlantis #9ECE3E
RGB
CMYK
RGB Variations
Color information
#9ECE3E (or 0x9ECE3E) is known color: Atlantis. HEX triplet: 9E, CE and 3E. RGB value is (158,206,62). Sum of RGB (Red+Green+Blue) = 158+206+62=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE3E is #6131C1. Grayscale: #AFAFAF. Windows color (decimal): -6369730 or 4116126. OLE color: 4116126.
HSL color Cylindrical-coordinate representation of color #9ECE3E: hue angle of 80º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ECE3E is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 62 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.19 |
| HSL | 80º | 0.6% | 0.53% | - |
| HSV(B) | 80º | 0.7% | 0.81% | - |
| XYZ | 37.04 | 51.76 | 12.6 | - |
| YUV | 175.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 62 | 0.23 | 0 | 0.70 | 0.19 | 80 | 0.6 | 0.53 |
| Hex | 9E | CE | 3E | 17 | 0 | 46 | 13 | 50 | 3C | 35 |
| Octal | 236 | 316 | 76 | 27 | 0 | 106 | 23 | 120 | 74 | 65 |
| Binary | 10011110 | 11001110 | 111110 | 10111 | 0 | 1000110 | 10011 | 1010000 | 111100 | 110101 |
Color Harmonies of #9ECE3E
Complementary color
Monochromatic Colors of #9ECE3E
Black with #9ECE3E
Text Example
Text Example
White with #9ECE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE3E; }
p { color: rgb(158,206,62); }
H1.HeaderClassName
{
color: #9ECE3E;
}
.AnyTagClassName
{
color: #9ECE3E;
}
</style>
background-color css
<style>
a { background-color: #9ECE3E; }
a { background-color: rgb(158,206,62); }
div.DivClassName
{
background-color: #9ECE3E;
}
.BgClassName
{
background-color: #9ECE3E;
}
</style>
border-color css
<style>
span { border-color: #9ECE3E; }
span { border-color: rgb(158,206,62); }
td.TdClassName
{
border-color: #9ECE3E;
}
.TagClassName
{
border-color: #9ECE3E;
}
</style>