Shades of Atlantis #9CC94C
Tints of Atlantis #9CC94C
RGB
CMYK
RGB Variations
Color information
#9CC94C (or 0x9CC94C) is known color: Atlantis. HEX triplet: 9C, C9 and 4C. RGB value is (156,201,76). Sum of RGB (Red+Green+Blue) = 156+201+76=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC94C is #6336B3. Grayscale: #ADADAD. Windows color (decimal): -6502068 or 5032348. OLE color: 5032348.
HSL color Cylindrical-coordinate representation of color #9CC94C: hue angle of 81.6º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CC94C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 76 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.21 |
| HSL | 81.6º | 0.54% | 0.54% | - |
| HSV(B) | 81.6º | 0.62% | 0.79% | - |
| XYZ | 35.9 | 49.36 | 14.47 | - |
| YUV | 173.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 76 | 0.22 | 0 | 0.62 | 0.21 | 81.6 | 0.54 | 0.54 |
| Hex | 9C | C9 | 4C | 16 | 0 | 3E | 15 | 52 | 36 | 36 |
| Octal | 234 | 311 | 114 | 26 | 0 | 76 | 25 | 122 | 66 | 66 |
| Binary | 10011100 | 11001001 | 1001100 | 10110 | 0 | 111110 | 10101 | 1010010 | 110110 | 110110 |
Color Harmonies of #9CC94C
Complementary color
Monochromatic Colors of #9CC94C
Black with #9CC94C
Text Example
Text Example
White with #9CC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC94C; }
p { color: rgb(156,201,76); }
H1.HeaderClassName
{
color: #9CC94C;
}
.AnyTagClassName
{
color: #9CC94C;
}
</style>
background-color css
<style>
a { background-color: #9CC94C; }
a { background-color: rgb(156,201,76); }
div.DivClassName
{
background-color: #9CC94C;
}
.BgClassName
{
background-color: #9CC94C;
}
</style>
border-color css
<style>
span { border-color: #9CC94C; }
span { border-color: rgb(156,201,76); }
td.TdClassName
{
border-color: #9CC94C;
}
.TagClassName
{
border-color: #9CC94C;
}
</style>