Shades of Atlantis #9CCB39
Tints of Atlantis #9CCB39
RGB
CMYK
RGB Variations
Color information
#9CCB39 (or 0x9CCB39) is known color: Atlantis. HEX triplet: 9C, CB and 39. RGB value is (156,203,57). Sum of RGB (Red+Green+Blue) = 156+203+57=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB39 is #6334C6. Grayscale: #ACACAC. Windows color (decimal): -6501575 or 3787676. OLE color: 3787676.
HSL color Cylindrical-coordinate representation of color #9CCB39: hue angle of 79.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CCB39 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 57 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.20 |
| HSL | 79.32º | 0.58% | 0.51% | - |
| HSV(B) | 79.32º | 0.72% | 0.8% | - |
| XYZ | 35.8 | 50.08 | 11.65 | - |
| YUV | 172.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 57 | 0.23 | 0 | 0.72 | 0.20 | 79.32 | 0.58 | 0.51 |
| Hex | 9C | CB | 39 | 17 | 0 | 48 | 14 | 4F | 3A | 33 |
| Octal | 234 | 313 | 71 | 27 | 0 | 110 | 24 | 117 | 72 | 63 |
| Binary | 10011100 | 11001011 | 111001 | 10111 | 0 | 1001000 | 10100 | 1001111 | 111010 | 110011 |
Color Harmonies of #9CCB39
Complementary color
Monochromatic Colors of #9CCB39
Black with #9CCB39
Text Example
Text Example
White with #9CCB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB39; }
p { color: rgb(156,203,57); }
H1.HeaderClassName
{
color: #9CCB39;
}
.AnyTagClassName
{
color: #9CCB39;
}
</style>
background-color css
<style>
a { background-color: #9CCB39; }
a { background-color: rgb(156,203,57); }
div.DivClassName
{
background-color: #9CCB39;
}
.BgClassName
{
background-color: #9CCB39;
}
</style>
border-color css
<style>
span { border-color: #9CCB39; }
span { border-color: rgb(156,203,57); }
td.TdClassName
{
border-color: #9CCB39;
}
.TagClassName
{
border-color: #9CCB39;
}
</style>