Shades of Atlantis #9CC34C
Tints of Atlantis #9CC34C
RGB
CMYK
RGB Variations
Color information
#9CC34C (or 0x9CC34C) is known color: Atlantis. HEX triplet: 9C, C3 and 4C. RGB value is (156,195,76). Sum of RGB (Red+Green+Blue) = 156+195+76=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC34C is #633CB3. Grayscale: #AAAAAA. Windows color (decimal): -6503604 or 5030812. OLE color: 5030812.
HSL color Cylindrical-coordinate representation of color #9CC34C: hue angle of 79.66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC34C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 76 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.24 |
| HSL | 79.66º | 0.5% | 0.53% | - |
| HSV(B) | 79.66º | 0.61% | 0.76% | - |
| XYZ | 34.53 | 46.62 | 14.02 | - |
| YUV | 169.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 76 | 0.20 | 0 | 0.61 | 0.24 | 79.66 | 0.5 | 0.53 |
| Hex | 9C | C3 | 4C | 14 | 0 | 3D | 18 | 50 | 32 | 35 |
| Octal | 234 | 303 | 114 | 24 | 0 | 75 | 30 | 120 | 62 | 65 |
| Binary | 10011100 | 11000011 | 1001100 | 10100 | 0 | 111101 | 11000 | 1010000 | 110010 | 110101 |
Color Harmonies of #9CC34C
Complementary color
Monochromatic Colors of #9CC34C
Black with #9CC34C
Text Example
Text Example
White with #9CC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC34C; }
p { color: rgb(156,195,76); }
H1.HeaderClassName
{
color: #9CC34C;
}
.AnyTagClassName
{
color: #9CC34C;
}
</style>
background-color css
<style>
a { background-color: #9CC34C; }
a { background-color: rgb(156,195,76); }
div.DivClassName
{
background-color: #9CC34C;
}
.BgClassName
{
background-color: #9CC34C;
}
</style>
border-color css
<style>
span { border-color: #9CC34C; }
span { border-color: rgb(156,195,76); }
td.TdClassName
{
border-color: #9CC34C;
}
.TagClassName
{
border-color: #9CC34C;
}
</style>