Shades of Atlantis #9CCB44
Tints of Atlantis #9CCB44
RGB
CMYK
RGB Variations
Color information
#9CCB44 (or 0x9CCB44) is known color: Atlantis. HEX triplet: 9C, CB and 44. RGB value is (156,203,68). Sum of RGB (Red+Green+Blue) = 156+203+68=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB44 is #6334BB. Grayscale: #AEAEAE. Windows color (decimal): -6501564 or 4508572. OLE color: 4508572.
HSL color Cylindrical-coordinate representation of color #9CCB44: hue angle of 80.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CCB44 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 68 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.20 |
| HSL | 80.89º | 0.56% | 0.53% | - |
| HSV(B) | 80.89º | 0.67% | 0.8% | - |
| XYZ | 36.11 | 50.2 | 13.25 | - |
| YUV | 173.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 68 | 0.23 | 0 | 0.67 | 0.20 | 80.89 | 0.56 | 0.53 |
| Hex | 9C | CB | 44 | 17 | 0 | 43 | 14 | 51 | 38 | 35 |
| Octal | 234 | 313 | 104 | 27 | 0 | 103 | 24 | 121 | 70 | 65 |
| Binary | 10011100 | 11001011 | 1000100 | 10111 | 0 | 1000011 | 10100 | 1010001 | 111000 | 110101 |
Color Harmonies of #9CCB44
Complementary color
Monochromatic Colors of #9CCB44
Black with #9CCB44
Text Example
Text Example
White with #9CCB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB44; }
p { color: rgb(156,203,68); }
H1.HeaderClassName
{
color: #9CCB44;
}
.AnyTagClassName
{
color: #9CCB44;
}
</style>
background-color css
<style>
a { background-color: #9CCB44; }
a { background-color: rgb(156,203,68); }
div.DivClassName
{
background-color: #9CCB44;
}
.BgClassName
{
background-color: #9CCB44;
}
</style>
border-color css
<style>
span { border-color: #9CCB44; }
span { border-color: rgb(156,203,68); }
td.TdClassName
{
border-color: #9CCB44;
}
.TagClassName
{
border-color: #9CCB44;
}
</style>