Shades of Atlantis #ABCC3E
Tints of Atlantis #ABCC3E
RGB
CMYK
RGB Variations
Color information
#ABCC3E (or 0xABCC3E) is known color: Atlantis. HEX triplet: AB, CC and 3E. RGB value is (171,204,62). Sum of RGB (Red+Green+Blue) = 171+204+62=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3E is #5433C1. Grayscale: #B2B2B2. Windows color (decimal): -5518274 or 4115627. OLE color: 4115627.
HSL color Cylindrical-coordinate representation of color #ABCC3E: hue angle of 73.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCC3E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 62 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.2 |
| HSL | 73.94º | 0.58% | 0.52% | - |
| HSV(B) | 73.94º | 0.7% | 0.8% | - |
| XYZ | 39.26 | 52.19 | 12.56 | - |
| YUV | 177.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 62 | 0.16 | 0 | 0.70 | 0.2 | 73.94 | 0.58 | 0.52 |
| Hex | AB | CC | 3E | 10 | 0 | 46 | 14 | 4A | 3A | 34 |
| Octal | 253 | 314 | 76 | 20 | 0 | 106 | 24 | 112 | 72 | 64 |
| Binary | 10101011 | 11001100 | 111110 | 10000 | 0 | 1000110 | 10100 | 1001010 | 111010 | 110100 |
Color Harmonies of #ABCC3E
Complementary color
Monochromatic Colors of #ABCC3E
Black with #ABCC3E
Text Example
Text Example
White with #ABCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC3E; }
p { color: rgb(171,204,62); }
H1.HeaderClassName
{
color: #ABCC3E;
}
.AnyTagClassName
{
color: #ABCC3E;
}
</style>
background-color css
<style>
a { background-color: #ABCC3E; }
a { background-color: rgb(171,204,62); }
div.DivClassName
{
background-color: #ABCC3E;
}
.BgClassName
{
background-color: #ABCC3E;
}
</style>
border-color css
<style>
span { border-color: #ABCC3E; }
span { border-color: rgb(171,204,62); }
td.TdClassName
{
border-color: #ABCC3E;
}
.TagClassName
{
border-color: #ABCC3E;
}
</style>