Shades of Atlantis #9ECE37
Tints of Atlantis #9ECE37
RGB
CMYK
RGB Variations
Color information
#9ECE37 (or 0x9ECE37) is known color: Atlantis. HEX triplet: 9E, CE and 37. RGB value is (158,206,55). Sum of RGB (Red+Green+Blue) = 158+206+55=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE37 is #6131C8. Grayscale: #AEAEAE. Windows color (decimal): -6369737 or 3657374. OLE color: 3657374.
HSL color Cylindrical-coordinate representation of color #9ECE37: hue angle of 79.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ECE37 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 55 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.19 |
| HSL | 79.07º | 0.61% | 0.51% | - |
| HSV(B) | 79.07º | 0.73% | 0.81% | - |
| XYZ | 36.86 | 51.69 | 11.65 | - |
| YUV | 174.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 55 | 0.23 | 0 | 0.73 | 0.19 | 79.07 | 0.61 | 0.51 |
| Hex | 9E | CE | 37 | 17 | 0 | 49 | 13 | 4F | 3D | 33 |
| Octal | 236 | 316 | 67 | 27 | 0 | 111 | 23 | 117 | 75 | 63 |
| Binary | 10011110 | 11001110 | 110111 | 10111 | 0 | 1001001 | 10011 | 1001111 | 111101 | 110011 |
Color Harmonies of #9ECE37
Complementary color
Monochromatic Colors of #9ECE37
Black with #9ECE37
Text Example
Text Example
White with #9ECE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE37; }
p { color: rgb(158,206,55); }
H1.HeaderClassName
{
color: #9ECE37;
}
.AnyTagClassName
{
color: #9ECE37;
}
</style>
background-color css
<style>
a { background-color: #9ECE37; }
a { background-color: rgb(158,206,55); }
div.DivClassName
{
background-color: #9ECE37;
}
.BgClassName
{
background-color: #9ECE37;
}
</style>
border-color css
<style>
span { border-color: #9ECE37; }
span { border-color: rgb(158,206,55); }
td.TdClassName
{
border-color: #9ECE37;
}
.TagClassName
{
border-color: #9ECE37;
}
</style>