Shades of Atlantis #9CC24A
Tints of Atlantis #9CC24A
RGB
CMYK
RGB Variations
Color information
#9CC24A (or 0x9CC24A) is known color: Atlantis. HEX triplet: 9C, C2 and 4A. RGB value is (156,194,74). Sum of RGB (Red+Green+Blue) = 156+194+74=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC24A is #633DB5. Grayscale: #A9A9A9. Windows color (decimal): -6503862 or 4899484. OLE color: 4899484.
HSL color Cylindrical-coordinate representation of color #9CC24A: hue angle of 79º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CC24A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 74 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.24 |
| HSL | 79º | 0.5% | 0.53% | - |
| HSV(B) | 79º | 0.62% | 0.76% | - |
| XYZ | 34.24 | 46.15 | 13.58 | - |
| YUV | 168.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 74 | 0.20 | 0 | 0.62 | 0.24 | 79 | 0.5 | 0.53 |
| Hex | 9C | C2 | 4A | 14 | 0 | 3E | 18 | 4F | 32 | 35 |
| Octal | 234 | 302 | 112 | 24 | 0 | 76 | 30 | 117 | 62 | 65 |
| Binary | 10011100 | 11000010 | 1001010 | 10100 | 0 | 111110 | 11000 | 1001111 | 110010 | 110101 |
Color Harmonies of #9CC24A
Complementary color
Monochromatic Colors of #9CC24A
Black with #9CC24A
Text Example
Text Example
White with #9CC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC24A; }
p { color: rgb(156,194,74); }
H1.HeaderClassName
{
color: #9CC24A;
}
.AnyTagClassName
{
color: #9CC24A;
}
</style>
background-color css
<style>
a { background-color: #9CC24A; }
a { background-color: rgb(156,194,74); }
div.DivClassName
{
background-color: #9CC24A;
}
.BgClassName
{
background-color: #9CC24A;
}
</style>
border-color css
<style>
span { border-color: #9CC24A; }
span { border-color: rgb(156,194,74); }
td.TdClassName
{
border-color: #9CC24A;
}
.TagClassName
{
border-color: #9CC24A;
}
</style>