Shades of Atlantis #ABCC39
Tints of Atlantis #ABCC39
RGB
CMYK
RGB Variations
Color information
#ABCC39 (or 0xABCC39) is known color: Atlantis. HEX triplet: AB, CC and 39. RGB value is (171,204,57). Sum of RGB (Red+Green+Blue) = 171+204+57=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC39 is #5433C6. Grayscale: #B1B1B1. Windows color (decimal): -5518279 or 3787947. OLE color: 3787947.
HSL color Cylindrical-coordinate representation of color #ABCC39: hue angle of 73.47º degrees, saturation: 0.59, 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 #ABCC39 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 57 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.2 |
| HSL | 73.47º | 0.59% | 0.51% | - |
| HSV(B) | 73.47º | 0.72% | 0.8% | - |
| XYZ | 39.13 | 52.14 | 11.87 | - |
| YUV | 177.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 57 | 0.16 | 0 | 0.72 | 0.2 | 73.47 | 0.59 | 0.51 |
| Hex | AB | CC | 39 | 10 | 0 | 48 | 14 | 49 | 3B | 33 |
| Octal | 253 | 314 | 71 | 20 | 0 | 110 | 24 | 111 | 73 | 63 |
| Binary | 10101011 | 11001100 | 111001 | 10000 | 0 | 1001000 | 10100 | 1001001 | 111011 | 110011 |
Color Harmonies of #ABCC39
Complementary color
Monochromatic Colors of #ABCC39
Black with #ABCC39
Text Example
Text Example
White with #ABCC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC39; }
p { color: rgb(171,204,57); }
H1.HeaderClassName
{
color: #ABCC39;
}
.AnyTagClassName
{
color: #ABCC39;
}
</style>
background-color css
<style>
a { background-color: #ABCC39; }
a { background-color: rgb(171,204,57); }
div.DivClassName
{
background-color: #ABCC39;
}
.BgClassName
{
background-color: #ABCC39;
}
</style>
border-color css
<style>
span { border-color: #ABCC39; }
span { border-color: rgb(171,204,57); }
td.TdClassName
{
border-color: #ABCC39;
}
.TagClassName
{
border-color: #ABCC39;
}
</style>