Shades of Atlantis #9EC656
Tints of Atlantis #9EC656
RGB
CMYK
RGB Variations
Color information
#9EC656 (or 0x9EC656) is known color: Atlantis. HEX triplet: 9E, C6 and 56. RGB value is (158,198,86). Sum of RGB (Red+Green+Blue) = 158+198+86=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC656 is #6139A9. Grayscale: #ADADAD. Windows color (decimal): -6371754 or 5686942. OLE color: 5686942.
HSL color Cylindrical-coordinate representation of color #9EC656: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EC656 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 86 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.22 |
| HSL | 81.43º | 0.5% | 0.56% | - |
| HSV(B) | 81.43º | 0.57% | 0.78% | - |
| XYZ | 35.97 | 48.33 | 16.24 | - |
| YUV | 173.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 86 | 0.20 | 0 | 0.57 | 0.22 | 81.43 | 0.5 | 0.56 |
| Hex | 9E | C6 | 56 | 14 | 0 | 39 | 16 | 51 | 32 | 38 |
| Octal | 236 | 306 | 126 | 24 | 0 | 71 | 26 | 121 | 62 | 70 |
| Binary | 10011110 | 11000110 | 1010110 | 10100 | 0 | 111001 | 10110 | 1010001 | 110010 | 111000 |
Color Harmonies of #9EC656
Complementary color
Monochromatic Colors of #9EC656
Black with #9EC656
Text Example
Text Example
White with #9EC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC656; }
p { color: rgb(158,198,86); }
H1.HeaderClassName
{
color: #9EC656;
}
.AnyTagClassName
{
color: #9EC656;
}
</style>
background-color css
<style>
a { background-color: #9EC656; }
a { background-color: rgb(158,198,86); }
div.DivClassName
{
background-color: #9EC656;
}
.BgClassName
{
background-color: #9EC656;
}
</style>
border-color css
<style>
span { border-color: #9EC656; }
span { border-color: rgb(158,198,86); }
td.TdClassName
{
border-color: #9EC656;
}
.TagClassName
{
border-color: #9EC656;
}
</style>