Shades of Atlantis #9EC852
Tints of Atlantis #9EC852
RGB
CMYK
RGB Variations
Color information
#9EC852 (or 0x9EC852) is known color: Atlantis. HEX triplet: 9E, C8 and 52. RGB value is (158,200,82). Sum of RGB (Red+Green+Blue) = 158+200+82=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC852 is #6137AD. Grayscale: #AEAEAE. Windows color (decimal): -6371246 or 5425310. OLE color: 5425310.
HSL color Cylindrical-coordinate representation of color #9EC852: hue angle of 81.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC852 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 82 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.22 |
| HSL | 81.36º | 0.52% | 0.55% | - |
| HSV(B) | 81.36º | 0.59% | 0.78% | - |
| XYZ | 36.28 | 49.19 | 15.56 | - |
| YUV | 173.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 82 | 0.21 | 0 | 0.59 | 0.22 | 81.36 | 0.52 | 0.55 |
| Hex | 9E | C8 | 52 | 15 | 0 | 3B | 16 | 51 | 34 | 37 |
| Octal | 236 | 310 | 122 | 25 | 0 | 73 | 26 | 121 | 64 | 67 |
| Binary | 10011110 | 11001000 | 1010010 | 10101 | 0 | 111011 | 10110 | 1010001 | 110100 | 110111 |
Color Harmonies of #9EC852
Complementary color
Monochromatic Colors of #9EC852
Black with #9EC852
Text Example
Text Example
White with #9EC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC852; }
p { color: rgb(158,200,82); }
H1.HeaderClassName
{
color: #9EC852;
}
.AnyTagClassName
{
color: #9EC852;
}
</style>
background-color css
<style>
a { background-color: #9EC852; }
a { background-color: rgb(158,200,82); }
div.DivClassName
{
background-color: #9EC852;
}
.BgClassName
{
background-color: #9EC852;
}
</style>
border-color css
<style>
span { border-color: #9EC852; }
span { border-color: rgb(158,200,82); }
td.TdClassName
{
border-color: #9EC852;
}
.TagClassName
{
border-color: #9EC852;
}
</style>