Shades of Atlantis #9DC952
Tints of Atlantis #9DC952
RGB
CMYK
RGB Variations
Color information
#9DC952 (or 0x9DC952) is known color: Atlantis. HEX triplet: 9D, C9 and 52. RGB value is (157,201,82). Sum of RGB (Red+Green+Blue) = 157+201+82=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC952 is #6236AD. Grayscale: #AEAEAE. Windows color (decimal): -6436526 or 5425565. OLE color: 5425565.
HSL color Cylindrical-coordinate representation of color #9DC952: hue angle of 82.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DC952 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 82 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.21 |
| HSL | 82.18º | 0.52% | 0.55% | - |
| HSV(B) | 82.18º | 0.59% | 0.79% | - |
| XYZ | 36.31 | 49.55 | 15.63 | - |
| YUV | 174.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 82 | 0.22 | 0 | 0.59 | 0.21 | 82.18 | 0.52 | 0.55 |
| Hex | 9D | C9 | 52 | 16 | 0 | 3B | 15 | 52 | 34 | 37 |
| Octal | 235 | 311 | 122 | 26 | 0 | 73 | 25 | 122 | 64 | 67 |
| Binary | 10011101 | 11001001 | 1010010 | 10110 | 0 | 111011 | 10101 | 1010010 | 110100 | 110111 |
Color Harmonies of #9DC952
Complementary color
Monochromatic Colors of #9DC952
Black with #9DC952
Text Example
Text Example
White with #9DC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC952; }
p { color: rgb(157,201,82); }
H1.HeaderClassName
{
color: #9DC952;
}
.AnyTagClassName
{
color: #9DC952;
}
</style>
background-color css
<style>
a { background-color: #9DC952; }
a { background-color: rgb(157,201,82); }
div.DivClassName
{
background-color: #9DC952;
}
.BgClassName
{
background-color: #9DC952;
}
</style>
border-color css
<style>
span { border-color: #9DC952; }
span { border-color: rgb(157,201,82); }
td.TdClassName
{
border-color: #9DC952;
}
.TagClassName
{
border-color: #9DC952;
}
</style>