Shades of Atlantis #9CCE44
Tints of Atlantis #9CCE44
RGB
CMYK
RGB Variations
Color information
#9CCE44 (or 0x9CCE44) is known color: Atlantis. HEX triplet: 9C, CE and 44. RGB value is (156,206,68). Sum of RGB (Red+Green+Blue) = 156+206+68=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCE44 is #6331BB. Grayscale: #AFAFAF. Windows color (decimal): -6500796 or 4509340. OLE color: 4509340.
HSL color Cylindrical-coordinate representation of color #9CCE44: hue angle of 81.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CCE44 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 68 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.19 |
| HSL | 81.74º | 0.58% | 0.54% | - |
| HSV(B) | 81.74º | 0.67% | 0.81% | - |
| XYZ | 36.83 | 51.63 | 13.49 | - |
| YUV | 175.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 68 | 0.24 | 0 | 0.67 | 0.19 | 81.74 | 0.58 | 0.54 |
| Hex | 9C | CE | 44 | 18 | 0 | 43 | 13 | 52 | 3A | 36 |
| Octal | 234 | 316 | 104 | 30 | 0 | 103 | 23 | 122 | 72 | 66 |
| Binary | 10011100 | 11001110 | 1000100 | 11000 | 0 | 1000011 | 10011 | 1010010 | 111010 | 110110 |
Color Harmonies of #9CCE44
Complementary color
Monochromatic Colors of #9CCE44
Black with #9CCE44
Text Example
Text Example
White with #9CCE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE44; }
p { color: rgb(156,206,68); }
H1.HeaderClassName
{
color: #9CCE44;
}
.AnyTagClassName
{
color: #9CCE44;
}
</style>
background-color css
<style>
a { background-color: #9CCE44; }
a { background-color: rgb(156,206,68); }
div.DivClassName
{
background-color: #9CCE44;
}
.BgClassName
{
background-color: #9CCE44;
}
</style>
border-color css
<style>
span { border-color: #9CCE44; }
span { border-color: rgb(156,206,68); }
td.TdClassName
{
border-color: #9CCE44;
}
.TagClassName
{
border-color: #9CCE44;
}
</style>