Shades of Atlantis #9CC04B
Tints of Atlantis #9CC04B
RGB
CMYK
RGB Variations
Color information
#9CC04B (or 0x9CC04B) is known color: Atlantis. HEX triplet: 9C, C0 and 4B. RGB value is (156,192,75). Sum of RGB (Red+Green+Blue) = 156+192+75=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC04B is #633FB4. Grayscale: #A8A8A8. Windows color (decimal): -6504373 or 4964508. OLE color: 4964508.
HSL color Cylindrical-coordinate representation of color #9CC04B: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC04B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 75 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.25 |
| HSL | 78.46º | 0.48% | 0.52% | - |
| HSV(B) | 78.46º | 0.61% | 0.75% | - |
| XYZ | 33.83 | 45.28 | 13.61 | - |
| YUV | 167.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 75 | 0.19 | 0 | 0.61 | 0.25 | 78.46 | 0.48 | 0.52 |
| Hex | 9C | C0 | 4B | 13 | 0 | 3D | 19 | 4E | 30 | 34 |
| Octal | 234 | 300 | 113 | 23 | 0 | 75 | 31 | 116 | 60 | 64 |
| Binary | 10011100 | 11000000 | 1001011 | 10011 | 0 | 111101 | 11001 | 1001110 | 110000 | 110100 |
Color Harmonies of #9CC04B
Complementary color
Monochromatic Colors of #9CC04B
Black with #9CC04B
Text Example
Text Example
White with #9CC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC04B; }
p { color: rgb(156,192,75); }
H1.HeaderClassName
{
color: #9CC04B;
}
.AnyTagClassName
{
color: #9CC04B;
}
</style>
background-color css
<style>
a { background-color: #9CC04B; }
a { background-color: rgb(156,192,75); }
div.DivClassName
{
background-color: #9CC04B;
}
.BgClassName
{
background-color: #9CC04B;
}
</style>
border-color css
<style>
span { border-color: #9CC04B; }
span { border-color: rgb(156,192,75); }
td.TdClassName
{
border-color: #9CC04B;
}
.TagClassName
{
border-color: #9CC04B;
}
</style>