Shades of Atlantis #ABCE3E
Tints of Atlantis #ABCE3E
RGB
CMYK
RGB Variations
Color information
#ABCE3E (or 0xABCE3E) is known color: Atlantis. HEX triplet: AB, CE and 3E. RGB value is (171,206,62). Sum of RGB (Red+Green+Blue) = 171+206+62=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE3E is #5431C1. Grayscale: #B3B3B3. Windows color (decimal): -5517762 or 4116139. OLE color: 4116139.
HSL color Cylindrical-coordinate representation of color #ABCE3E: hue angle of 74.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCE3E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 62 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.19 |
| HSL | 74.58º | 0.6% | 0.53% | - |
| HSV(B) | 74.58º | 0.7% | 0.81% | - |
| XYZ | 39.74 | 53.15 | 12.72 | - |
| YUV | 179.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 62 | 0.17 | 0 | 0.70 | 0.19 | 74.58 | 0.6 | 0.53 |
| Hex | AB | CE | 3E | 11 | 0 | 46 | 13 | 4B | 3C | 35 |
| Octal | 253 | 316 | 76 | 21 | 0 | 106 | 23 | 113 | 74 | 65 |
| Binary | 10101011 | 11001110 | 111110 | 10001 | 0 | 1000110 | 10011 | 1001011 | 111100 | 110101 |
Color Harmonies of #ABCE3E
Complementary color
Monochromatic Colors of #ABCE3E
Black with #ABCE3E
Text Example
Text Example
White with #ABCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE3E; }
p { color: rgb(171,206,62); }
H1.HeaderClassName
{
color: #ABCE3E;
}
.AnyTagClassName
{
color: #ABCE3E;
}
</style>
background-color css
<style>
a { background-color: #ABCE3E; }
a { background-color: rgb(171,206,62); }
div.DivClassName
{
background-color: #ABCE3E;
}
.BgClassName
{
background-color: #ABCE3E;
}
</style>
border-color css
<style>
span { border-color: #ABCE3E; }
span { border-color: rgb(171,206,62); }
td.TdClassName
{
border-color: #ABCE3E;
}
.TagClassName
{
border-color: #ABCE3E;
}
</style>