Shades of Atlantis #ABCC37
Tints of Atlantis #ABCC37
RGB
CMYK
RGB Variations
Color information
#ABCC37 (or 0xABCC37) is known color: Atlantis. HEX triplet: AB, CC and 37. RGB value is (171,204,55). Sum of RGB (Red+Green+Blue) = 171+204+55=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC37 is #5433C8. Grayscale: #B1B1B1. Windows color (decimal): -5518281 or 3656875. OLE color: 3656875.
HSL color Cylindrical-coordinate representation of color #ABCC37: hue angle of 73.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABCC37 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 55 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.2 |
| HSL | 73.29º | 0.59% | 0.51% | - |
| HSV(B) | 73.29º | 0.73% | 0.8% | - |
| XYZ | 39.08 | 52.12 | 11.61 | - |
| YUV | 177.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 55 | 0.16 | 0 | 0.73 | 0.2 | 73.29 | 0.59 | 0.51 |
| Hex | AB | CC | 37 | 10 | 0 | 49 | 14 | 49 | 3B | 33 |
| Octal | 253 | 314 | 67 | 20 | 0 | 111 | 24 | 111 | 73 | 63 |
| Binary | 10101011 | 11001100 | 110111 | 10000 | 0 | 1001001 | 10100 | 1001001 | 111011 | 110011 |
Color Harmonies of #ABCC37
Complementary color
Monochromatic Colors of #ABCC37
Black with #ABCC37
Text Example
Text Example
White with #ABCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC37; }
p { color: rgb(171,204,55); }
H1.HeaderClassName
{
color: #ABCC37;
}
.AnyTagClassName
{
color: #ABCC37;
}
</style>
background-color css
<style>
a { background-color: #ABCC37; }
a { background-color: rgb(171,204,55); }
div.DivClassName
{
background-color: #ABCC37;
}
.BgClassName
{
background-color: #ABCC37;
}
</style>
border-color css
<style>
span { border-color: #ABCC37; }
span { border-color: rgb(171,204,55); }
td.TdClassName
{
border-color: #ABCC37;
}
.TagClassName
{
border-color: #ABCC37;
}
</style>