Shades of Atlantis #9CC04C
Tints of Atlantis #9CC04C
RGB
CMYK
RGB Variations
Color information
#9CC04C (or 0x9CC04C) is known color: Atlantis. HEX triplet: 9C, C0 and 4C. RGB value is (156,192,76). Sum of RGB (Red+Green+Blue) = 156+192+76=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC04C is #633FB3. Grayscale: #A8A8A8. Windows color (decimal): -6504372 or 5030044. OLE color: 5030044.
HSL color Cylindrical-coordinate representation of color #9CC04C: hue angle of 78.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CC04C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 76 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.25 |
| HSL | 78.62º | 0.48% | 0.53% | - |
| HSV(B) | 78.62º | 0.6% | 0.75% | - |
| XYZ | 33.86 | 45.29 | 13.79 | - |
| YUV | 168.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 76 | 0.19 | 0 | 0.60 | 0.25 | 78.62 | 0.48 | 0.53 |
| Hex | 9C | C0 | 4C | 13 | 0 | 3C | 19 | 4F | 30 | 35 |
| Octal | 234 | 300 | 114 | 23 | 0 | 74 | 31 | 117 | 60 | 65 |
| Binary | 10011100 | 11000000 | 1001100 | 10011 | 0 | 111100 | 11001 | 1001111 | 110000 | 110101 |
Color Harmonies of #9CC04C
Complementary color
Monochromatic Colors of #9CC04C
Black with #9CC04C
Text Example
Text Example
White with #9CC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC04C; }
p { color: rgb(156,192,76); }
H1.HeaderClassName
{
color: #9CC04C;
}
.AnyTagClassName
{
color: #9CC04C;
}
</style>
background-color css
<style>
a { background-color: #9CC04C; }
a { background-color: rgb(156,192,76); }
div.DivClassName
{
background-color: #9CC04C;
}
.BgClassName
{
background-color: #9CC04C;
}
</style>
border-color css
<style>
span { border-color: #9CC04C; }
span { border-color: rgb(156,192,76); }
td.TdClassName
{
border-color: #9CC04C;
}
.TagClassName
{
border-color: #9CC04C;
}
</style>