Shades of Atlantis #9CC953
Tints of Atlantis #9CC953
RGB
CMYK
RGB Variations
Color information
#9CC953 (or 0x9CC953) is known color: Atlantis. HEX triplet: 9C, C9 and 53. RGB value is (156,201,83). Sum of RGB (Red+Green+Blue) = 156+201+83=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC953 is #6336AC. Grayscale: #AEAEAE. Windows color (decimal): -6502061 or 5491100. OLE color: 5491100.
HSL color Cylindrical-coordinate representation of color #9CC953: hue angle of 82.88º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CC953 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 83 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.21 |
| HSL | 82.88º | 0.52% | 0.56% | - |
| HSV(B) | 82.88º | 0.59% | 0.79% | - |
| XYZ | 36.16 | 49.47 | 15.83 | - |
| YUV | 174.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 83 | 0.22 | 0 | 0.59 | 0.21 | 82.88 | 0.52 | 0.56 |
| Hex | 9C | C9 | 53 | 16 | 0 | 3B | 15 | 53 | 34 | 38 |
| Octal | 234 | 311 | 123 | 26 | 0 | 73 | 25 | 123 | 64 | 70 |
| Binary | 10011100 | 11001001 | 1010011 | 10110 | 0 | 111011 | 10101 | 1010011 | 110100 | 111000 |
Color Harmonies of #9CC953
Complementary color
Monochromatic Colors of #9CC953
Black with #9CC953
Text Example
Text Example
White with #9CC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC953; }
p { color: rgb(156,201,83); }
H1.HeaderClassName
{
color: #9CC953;
}
.AnyTagClassName
{
color: #9CC953;
}
</style>
background-color css
<style>
a { background-color: #9CC953; }
a { background-color: rgb(156,201,83); }
div.DivClassName
{
background-color: #9CC953;
}
.BgClassName
{
background-color: #9CC953;
}
</style>
border-color css
<style>
span { border-color: #9CC953; }
span { border-color: rgb(156,201,83); }
td.TdClassName
{
border-color: #9CC953;
}
.TagClassName
{
border-color: #9CC953;
}
</style>