Shades of Atlantis #9EC255
Tints of Atlantis #9EC255
RGB
CMYK
RGB Variations
Color information
#9EC255 (or 0x9EC255) is known color: Atlantis. HEX triplet: 9E, C2 and 55. RGB value is (158,194,85). Sum of RGB (Red+Green+Blue) = 158+194+85=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC255 is #613DAA. Grayscale: #ABABAB. Windows color (decimal): -6372779 or 5620382. OLE color: 5620382.
HSL color Cylindrical-coordinate representation of color #9EC255: hue angle of 79.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EC255 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 85 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.24 |
| HSL | 79.82º | 0.47% | 0.55% | - |
| HSV(B) | 79.82º | 0.56% | 0.76% | - |
| XYZ | 35.03 | 46.51 | 15.73 | - |
| YUV | 170.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 85 | 0.19 | 0 | 0.56 | 0.24 | 79.82 | 0.47 | 0.55 |
| Hex | 9E | C2 | 55 | 13 | 0 | 38 | 18 | 50 | 2F | 37 |
| Octal | 236 | 302 | 125 | 23 | 0 | 70 | 30 | 120 | 57 | 67 |
| Binary | 10011110 | 11000010 | 1010101 | 10011 | 0 | 111000 | 11000 | 1010000 | 101111 | 110111 |
Color Harmonies of #9EC255
Complementary color
Monochromatic Colors of #9EC255
Black with #9EC255
Text Example
Text Example
White with #9EC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC255; }
p { color: rgb(158,194,85); }
H1.HeaderClassName
{
color: #9EC255;
}
.AnyTagClassName
{
color: #9EC255;
}
</style>
background-color css
<style>
a { background-color: #9EC255; }
a { background-color: rgb(158,194,85); }
div.DivClassName
{
background-color: #9EC255;
}
.BgClassName
{
background-color: #9EC255;
}
</style>
border-color css
<style>
span { border-color: #9EC255; }
span { border-color: rgb(158,194,85); }
td.TdClassName
{
border-color: #9EC255;
}
.TagClassName
{
border-color: #9EC255;
}
</style>