Shades of Atlantis #9CC244
Tints of Atlantis #9CC244
RGB
CMYK
RGB Variations
Color information
#9CC244 (or 0x9CC244) is known color: Atlantis. HEX triplet: 9C, C2 and 44. RGB value is (156,194,68). Sum of RGB (Red+Green+Blue) = 156+194+68=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC244 is #633DBB. Grayscale: #A8A8A8. Windows color (decimal): -6503868 or 4506268. OLE color: 4506268.
HSL color Cylindrical-coordinate representation of color #9CC244: hue angle of 78.1º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CC244 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 68 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.24 |
| HSL | 78.1º | 0.51% | 0.51% | - |
| HSV(B) | 78.1º | 0.65% | 0.76% | - |
| XYZ | 34.05 | 46.07 | 12.57 | - |
| YUV | 168.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 68 | 0.20 | 0 | 0.65 | 0.24 | 78.1 | 0.51 | 0.51 |
| Hex | 9C | C2 | 44 | 14 | 0 | 41 | 18 | 4E | 33 | 33 |
| Octal | 234 | 302 | 104 | 24 | 0 | 101 | 30 | 116 | 63 | 63 |
| Binary | 10011100 | 11000010 | 1000100 | 10100 | 0 | 1000001 | 11000 | 1001110 | 110011 | 110011 |
Color Harmonies of #9CC244
Complementary color
Monochromatic Colors of #9CC244
Black with #9CC244
Text Example
Text Example
White with #9CC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC244; }
p { color: rgb(156,194,68); }
H1.HeaderClassName
{
color: #9CC244;
}
.AnyTagClassName
{
color: #9CC244;
}
</style>
background-color css
<style>
a { background-color: #9CC244; }
a { background-color: rgb(156,194,68); }
div.DivClassName
{
background-color: #9CC244;
}
.BgClassName
{
background-color: #9CC244;
}
</style>
border-color css
<style>
span { border-color: #9CC244; }
span { border-color: rgb(156,194,68); }
td.TdClassName
{
border-color: #9CC244;
}
.TagClassName
{
border-color: #9CC244;
}
</style>