Shades of Atlantis #ABCE3A
Tints of Atlantis #ABCE3A
RGB
CMYK
RGB Variations
Color information
#ABCE3A (or 0xABCE3A) is known color: Atlantis. HEX triplet: AB, CE and 3A. RGB value is (171,206,58). Sum of RGB (Red+Green+Blue) = 171+206+58=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE3A is #5431C5. Grayscale: #B3B3B3. Windows color (decimal): -5517766 or 3853995. OLE color: 3853995.
HSL color Cylindrical-coordinate representation of color #ABCE3A: hue angle of 74.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABCE3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.19 |
| HSL | 74.19º | 0.6% | 0.52% | - |
| HSV(B) | 74.19º | 0.72% | 0.81% | - |
| XYZ | 39.63 | 53.11 | 12.16 | - |
| YUV | 178.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 58 | 0.17 | 0 | 0.72 | 0.19 | 74.19 | 0.6 | 0.52 |
| Hex | AB | CE | 3A | 11 | 0 | 48 | 13 | 4A | 3C | 34 |
| Octal | 253 | 316 | 72 | 21 | 0 | 110 | 23 | 112 | 74 | 64 |
| Binary | 10101011 | 11001110 | 111010 | 10001 | 0 | 1001000 | 10011 | 1001010 | 111100 | 110100 |
Color Harmonies of #ABCE3A
Complementary color
Monochromatic Colors of #ABCE3A
Black with #ABCE3A
Text Example
Text Example
White with #ABCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE3A; }
p { color: rgb(171,206,58); }
H1.HeaderClassName
{
color: #ABCE3A;
}
.AnyTagClassName
{
color: #ABCE3A;
}
</style>
background-color css
<style>
a { background-color: #ABCE3A; }
a { background-color: rgb(171,206,58); }
div.DivClassName
{
background-color: #ABCE3A;
}
.BgClassName
{
background-color: #ABCE3A;
}
</style>
border-color css
<style>
span { border-color: #ABCE3A; }
span { border-color: rgb(171,206,58); }
td.TdClassName
{
border-color: #ABCE3A;
}
.TagClassName
{
border-color: #ABCE3A;
}
</style>