Shades of Atlantis #9CC04F
Tints of Atlantis #9CC04F
RGB
CMYK
RGB Variations
Color information
#9CC04F (or 0x9CC04F) is known color: Atlantis. HEX triplet: 9C, C0 and 4F. RGB value is (156,192,79). Sum of RGB (Red+Green+Blue) = 156+192+79=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC04F is #633FB0. Grayscale: #A8A8A8. Windows color (decimal): -6504369 or 5226652. OLE color: 5226652.
HSL color Cylindrical-coordinate representation of color #9CC04F: hue angle of 79.12º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CC04F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 79 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.25 |
| HSL | 79.12º | 0.47% | 0.53% | - |
| HSV(B) | 79.12º | 0.59% | 0.75% | - |
| XYZ | 33.97 | 45.33 | 14.36 | - |
| YUV | 168.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 79 | 0.19 | 0 | 0.59 | 0.25 | 79.12 | 0.47 | 0.53 |
| Hex | 9C | C0 | 4F | 13 | 0 | 3B | 19 | 4F | 2F | 35 |
| Octal | 234 | 300 | 117 | 23 | 0 | 73 | 31 | 117 | 57 | 65 |
| Binary | 10011100 | 11000000 | 1001111 | 10011 | 0 | 111011 | 11001 | 1001111 | 101111 | 110101 |
Color Harmonies of #9CC04F
Complementary color
Monochromatic Colors of #9CC04F
Black with #9CC04F
Text Example
Text Example
White with #9CC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC04F; }
p { color: rgb(156,192,79); }
H1.HeaderClassName
{
color: #9CC04F;
}
.AnyTagClassName
{
color: #9CC04F;
}
</style>
background-color css
<style>
a { background-color: #9CC04F; }
a { background-color: rgb(156,192,79); }
div.DivClassName
{
background-color: #9CC04F;
}
.BgClassName
{
background-color: #9CC04F;
}
</style>
border-color css
<style>
span { border-color: #9CC04F; }
span { border-color: rgb(156,192,79); }
td.TdClassName
{
border-color: #9CC04F;
}
.TagClassName
{
border-color: #9CC04F;
}
</style>