Shades of Atlantis #9CCC51
Tints of Atlantis #9CCC51
RGB
CMYK
RGB Variations
Color information
#9CCC51 (or 0x9CCC51) is known color: Atlantis. HEX triplet: 9C, CC and 51. RGB value is (156,204,81). Sum of RGB (Red+Green+Blue) = 156+204+81=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC51 is #6333AE. Grayscale: #B0B0B0. Windows color (decimal): -6501295 or 5360796. OLE color: 5360796.
HSL color Cylindrical-coordinate representation of color #9CCC51: hue angle of 83.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CCC51 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 81 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.2 |
| HSL | 83.41º | 0.55% | 0.56% | - |
| HSV(B) | 83.41º | 0.6% | 0.8% | - |
| XYZ | 36.79 | 50.85 | 15.66 | - |
| YUV | 175.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 81 | 0.24 | 0 | 0.60 | 0.2 | 83.41 | 0.55 | 0.56 |
| Hex | 9C | CC | 51 | 18 | 0 | 3C | 14 | 53 | 37 | 38 |
| Octal | 234 | 314 | 121 | 30 | 0 | 74 | 24 | 123 | 67 | 70 |
| Binary | 10011100 | 11001100 | 1010001 | 11000 | 0 | 111100 | 10100 | 1010011 | 110111 | 111000 |
Color Harmonies of #9CCC51
Complementary color
Monochromatic Colors of #9CCC51
Black with #9CCC51
Text Example
Text Example
White with #9CCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC51; }
p { color: rgb(156,204,81); }
H1.HeaderClassName
{
color: #9CCC51;
}
.AnyTagClassName
{
color: #9CCC51;
}
</style>
background-color css
<style>
a { background-color: #9CCC51; }
a { background-color: rgb(156,204,81); }
div.DivClassName
{
background-color: #9CCC51;
}
.BgClassName
{
background-color: #9CCC51;
}
</style>
border-color css
<style>
span { border-color: #9CCC51; }
span { border-color: rgb(156,204,81); }
td.TdClassName
{
border-color: #9CCC51;
}
.TagClassName
{
border-color: #9CCC51;
}
</style>