Shades of Atlantis #ABE032
Tints of Atlantis #ABE032
RGB
CMYK
RGB Variations
Color information
#ABE032 (or 0xABE032) is known color: Atlantis. HEX triplet: AB, E0 and 32. RGB value is (171,224,50). Sum of RGB (Red+Green+Blue) = 171+224+50=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE032 is #541FCD. Grayscale: #BCBCBC. Windows color (decimal): -5513166 or 3334315. OLE color: 3334315.
HSL color Cylindrical-coordinate representation of color #ABE032: hue angle of 78.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABE032 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 50 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.12 |
| HSL | 78.28º | 0.74% | 0.54% | - |
| HSV(B) | 78.28º | 0.78% | 0.88% | - |
| XYZ | 44.03 | 62.2 | 12.7 | - |
| YUV | 188.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 50 | 0.24 | 0 | 0.78 | 0.12 | 78.28 | 0.74 | 0.54 |
| Hex | AB | E0 | 32 | 18 | 0 | 4E | C | 4E | 4A | 36 |
| Octal | 253 | 340 | 62 | 30 | 0 | 116 | 14 | 116 | 112 | 66 |
| Binary | 10101011 | 11100000 | 110010 | 11000 | 0 | 1001110 | 1100 | 1001110 | 1001010 | 110110 |
Color Harmonies of #ABE032
Complementary color
Monochromatic Colors of #ABE032
Black with #ABE032
Text Example
Text Example
White with #ABE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE032; }
p { color: rgb(171,224,50); }
H1.HeaderClassName
{
color: #ABE032;
}
.AnyTagClassName
{
color: #ABE032;
}
</style>
background-color css
<style>
a { background-color: #ABE032; }
a { background-color: rgb(171,224,50); }
div.DivClassName
{
background-color: #ABE032;
}
.BgClassName
{
background-color: #ABE032;
}
</style>
border-color css
<style>
span { border-color: #ABE032; }
span { border-color: rgb(171,224,50); }
td.TdClassName
{
border-color: #ABE032;
}
.TagClassName
{
border-color: #ABE032;
}
</style>