Shades of Atlantis #9CC24E
Tints of Atlantis #9CC24E
RGB
CMYK
RGB Variations
Color information
#9CC24E (or 0x9CC24E) is known color: Atlantis. HEX triplet: 9C, C2 and 4E. RGB value is (156,194,78). Sum of RGB (Red+Green+Blue) = 156+194+78=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC24E is #633DB1. Grayscale: #A9A9A9. Windows color (decimal): -6503858 or 5161628. OLE color: 5161628.
HSL color Cylindrical-coordinate representation of color #9CC24E: hue angle of 79.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CC24E is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 78 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.24 |
| HSL | 79.66º | 0.49% | 0.53% | - |
| HSV(B) | 79.66º | 0.6% | 0.76% | - |
| XYZ | 34.38 | 46.2 | 14.31 | - |
| YUV | 169.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 78 | 0.20 | 0 | 0.60 | 0.24 | 79.66 | 0.49 | 0.53 |
| Hex | 9C | C2 | 4E | 14 | 0 | 3C | 18 | 50 | 31 | 35 |
| Octal | 234 | 302 | 116 | 24 | 0 | 74 | 30 | 120 | 61 | 65 |
| Binary | 10011100 | 11000010 | 1001110 | 10100 | 0 | 111100 | 11000 | 1010000 | 110001 | 110101 |
Color Harmonies of #9CC24E
Complementary color
Monochromatic Colors of #9CC24E
Black with #9CC24E
Text Example
Text Example
White with #9CC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC24E; }
p { color: rgb(156,194,78); }
H1.HeaderClassName
{
color: #9CC24E;
}
.AnyTagClassName
{
color: #9CC24E;
}
</style>
background-color css
<style>
a { background-color: #9CC24E; }
a { background-color: rgb(156,194,78); }
div.DivClassName
{
background-color: #9CC24E;
}
.BgClassName
{
background-color: #9CC24E;
}
</style>
border-color css
<style>
span { border-color: #9CC24E; }
span { border-color: rgb(156,194,78); }
td.TdClassName
{
border-color: #9CC24E;
}
.TagClassName
{
border-color: #9CC24E;
}
</style>