Shades of Atlantis #9CC33C
Tints of Atlantis #9CC33C
RGB
CMYK
RGB Variations
Color information
#9CC33C (or 0x9CC33C) is known color: Atlantis. HEX triplet: 9C, C3 and 3C. RGB value is (156,195,60). Sum of RGB (Red+Green+Blue) = 156+195+60=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC33C is #633CC3. Grayscale: #A8A8A8. Windows color (decimal): -6503620 or 3982236. OLE color: 3982236.
HSL color Cylindrical-coordinate representation of color #9CC33C: hue angle of 77.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CC33C is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 60 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.24 |
| HSL | 77.33º | 0.53% | 0.5% | - |
| HSV(B) | 77.33º | 0.69% | 0.76% | - |
| XYZ | 34.04 | 46.42 | 11.44 | - |
| YUV | 167.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 60 | 0.20 | 0 | 0.69 | 0.24 | 77.33 | 0.53 | 0.5 |
| Hex | 9C | C3 | 3C | 14 | 0 | 45 | 18 | 4D | 35 | 32 |
| Octal | 234 | 303 | 74 | 24 | 0 | 105 | 30 | 115 | 65 | 62 |
| Binary | 10011100 | 11000011 | 111100 | 10100 | 0 | 1000101 | 11000 | 1001101 | 110101 | 110010 |
Color Harmonies of #9CC33C
Complementary color
Monochromatic Colors of #9CC33C
Black with #9CC33C
Text Example
Text Example
White with #9CC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC33C; }
p { color: rgb(156,195,60); }
H1.HeaderClassName
{
color: #9CC33C;
}
.AnyTagClassName
{
color: #9CC33C;
}
</style>
background-color css
<style>
a { background-color: #9CC33C; }
a { background-color: rgb(156,195,60); }
div.DivClassName
{
background-color: #9CC33C;
}
.BgClassName
{
background-color: #9CC33C;
}
</style>
border-color css
<style>
span { border-color: #9CC33C; }
span { border-color: rgb(156,195,60); }
td.TdClassName
{
border-color: #9CC33C;
}
.TagClassName
{
border-color: #9CC33C;
}
</style>