Shades of Atlantis #9CC253
Tints of Atlantis #9CC253
RGB
CMYK
RGB Variations
Color information
#9CC253 (or 0x9CC253) is known color: Atlantis. HEX triplet: 9C, C2 and 53. RGB value is (156,194,83). Sum of RGB (Red+Green+Blue) = 156+194+83=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC253 is #633DAC. Grayscale: #AAAAAA. Windows color (decimal): -6503853 or 5489308. OLE color: 5489308.
HSL color Cylindrical-coordinate representation of color #9CC253: hue angle of 80.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC253 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 83 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.24 |
| HSL | 80.54º | 0.48% | 0.54% | - |
| HSV(B) | 80.54º | 0.57% | 0.76% | - |
| XYZ | 34.56 | 46.28 | 15.29 | - |
| YUV | 169.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 83 | 0.20 | 0 | 0.57 | 0.24 | 80.54 | 0.48 | 0.54 |
| Hex | 9C | C2 | 53 | 14 | 0 | 39 | 18 | 51 | 30 | 36 |
| Octal | 234 | 302 | 123 | 24 | 0 | 71 | 30 | 121 | 60 | 66 |
| Binary | 10011100 | 11000010 | 1010011 | 10100 | 0 | 111001 | 11000 | 1010001 | 110000 | 110110 |
Color Harmonies of #9CC253
Complementary color
Monochromatic Colors of #9CC253
Black with #9CC253
Text Example
Text Example
White with #9CC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC253; }
p { color: rgb(156,194,83); }
H1.HeaderClassName
{
color: #9CC253;
}
.AnyTagClassName
{
color: #9CC253;
}
</style>
background-color css
<style>
a { background-color: #9CC253; }
a { background-color: rgb(156,194,83); }
div.DivClassName
{
background-color: #9CC253;
}
.BgClassName
{
background-color: #9CC253;
}
</style>
border-color css
<style>
span { border-color: #9CC253; }
span { border-color: rgb(156,194,83); }
td.TdClassName
{
border-color: #9CC253;
}
.TagClassName
{
border-color: #9CC253;
}
</style>