Shades of Atlantis #9CCF51
Tints of Atlantis #9CCF51
RGB
CMYK
RGB Variations
Color information
#9CCF51 (or 0x9CCF51) is known color: Atlantis. HEX triplet: 9C, CF and 51. RGB value is (156,207,81). Sum of RGB (Red+Green+Blue) = 156+207+81=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF51 is #6330AE. Grayscale: #B1B1B1. Windows color (decimal): -6500527 or 5361564. OLE color: 5361564.
HSL color Cylindrical-coordinate representation of color #9CCF51: hue angle of 84.29º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CCF51 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 81 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.19 |
| HSL | 84.29º | 0.57% | 0.56% | - |
| HSV(B) | 84.29º | 0.61% | 0.81% | - |
| XYZ | 37.51 | 52.29 | 15.9 | - |
| YUV | 177.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 81 | 0.25 | 0 | 0.61 | 0.19 | 84.29 | 0.57 | 0.56 |
| Hex | 9C | CF | 51 | 19 | 0 | 3D | 13 | 54 | 39 | 38 |
| Octal | 234 | 317 | 121 | 31 | 0 | 75 | 23 | 124 | 71 | 70 |
| Binary | 10011100 | 11001111 | 1010001 | 11001 | 0 | 111101 | 10011 | 1010100 | 111001 | 111000 |
Color Harmonies of #9CCF51
Complementary color
Monochromatic Colors of #9CCF51
Black with #9CCF51
Text Example
Text Example
White with #9CCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF51; }
p { color: rgb(156,207,81); }
H1.HeaderClassName
{
color: #9CCF51;
}
.AnyTagClassName
{
color: #9CCF51;
}
</style>
background-color css
<style>
a { background-color: #9CCF51; }
a { background-color: rgb(156,207,81); }
div.DivClassName
{
background-color: #9CCF51;
}
.BgClassName
{
background-color: #9CCF51;
}
</style>
border-color css
<style>
span { border-color: #9CCF51; }
span { border-color: rgb(156,207,81); }
td.TdClassName
{
border-color: #9CCF51;
}
.TagClassName
{
border-color: #9CCF51;
}
</style>