Shades of Atlantis #9CC144
Tints of Atlantis #9CC144
RGB
CMYK
RGB Variations
Color information
#9CC144 (or 0x9CC144) is known color: Atlantis. HEX triplet: 9C, C1 and 44. RGB value is (156,193,68). Sum of RGB (Red+Green+Blue) = 156+193+68=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC144 is #633EBB. Grayscale: #A8A8A8. Windows color (decimal): -6504124 or 4506012. OLE color: 4506012.
HSL color Cylindrical-coordinate representation of color #9CC144: hue angle of 77.76º degrees, saturation: 0.5, 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 #9CC144 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 68 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.24 |
| HSL | 77.76º | 0.5% | 0.51% | - |
| HSV(B) | 77.76º | 0.65% | 0.76% | - |
| XYZ | 33.82 | 45.63 | 12.49 | - |
| YUV | 167.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 68 | 0.19 | 0 | 0.65 | 0.24 | 77.76 | 0.5 | 0.51 |
| Hex | 9C | C1 | 44 | 13 | 0 | 41 | 18 | 4E | 32 | 33 |
| Octal | 234 | 301 | 104 | 23 | 0 | 101 | 30 | 116 | 62 | 63 |
| Binary | 10011100 | 11000001 | 1000100 | 10011 | 0 | 1000001 | 11000 | 1001110 | 110010 | 110011 |
Color Harmonies of #9CC144
Complementary color
Monochromatic Colors of #9CC144
Black with #9CC144
Text Example
Text Example
White with #9CC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC144; }
p { color: rgb(156,193,68); }
H1.HeaderClassName
{
color: #9CC144;
}
.AnyTagClassName
{
color: #9CC144;
}
</style>
background-color css
<style>
a { background-color: #9CC144; }
a { background-color: rgb(156,193,68); }
div.DivClassName
{
background-color: #9CC144;
}
.BgClassName
{
background-color: #9CC144;
}
</style>
border-color css
<style>
span { border-color: #9CC144; }
span { border-color: rgb(156,193,68); }
td.TdClassName
{
border-color: #9CC144;
}
.TagClassName
{
border-color: #9CC144;
}
</style>