Shades of Atlantis #ABE43A
Tints of Atlantis #ABE43A
RGB
CMYK
RGB Variations
Color information
#ABE43A (or 0xABE43A) is known color: Atlantis. HEX triplet: AB, E4 and 3A. RGB value is (171,228,58). Sum of RGB (Red+Green+Blue) = 171+228+58=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE43A is #541BC5. Grayscale: #C0C0C0. Windows color (decimal): -5512134 or 3859627. OLE color: 3859627.
HSL color Cylindrical-coordinate representation of color #ABE43A: hue angle of 80.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABE43A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 58 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.11 |
| HSL | 80.12º | 0.76% | 0.56% | - |
| HSV(B) | 80.12º | 0.75% | 0.89% | - |
| XYZ | 45.3 | 64.45 | 14.06 | - |
| YUV | 191.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 58 | 0.25 | 0 | 0.75 | 0.11 | 80.12 | 0.76 | 0.56 |
| Hex | AB | E4 | 3A | 19 | 0 | 4B | B | 50 | 4C | 38 |
| Octal | 253 | 344 | 72 | 31 | 0 | 113 | 13 | 120 | 114 | 70 |
| Binary | 10101011 | 11100100 | 111010 | 11001 | 0 | 1001011 | 1011 | 1010000 | 1001100 | 111000 |
Color Harmonies of #ABE43A
Complementary color
Monochromatic Colors of #ABE43A
Black with #ABE43A
Text Example
Text Example
White with #ABE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE43A; }
p { color: rgb(171,228,58); }
H1.HeaderClassName
{
color: #ABE43A;
}
.AnyTagClassName
{
color: #ABE43A;
}
</style>
background-color css
<style>
a { background-color: #ABE43A; }
a { background-color: rgb(171,228,58); }
div.DivClassName
{
background-color: #ABE43A;
}
.BgClassName
{
background-color: #ABE43A;
}
</style>
border-color css
<style>
span { border-color: #ABE43A; }
span { border-color: rgb(171,228,58); }
td.TdClassName
{
border-color: #ABE43A;
}
.TagClassName
{
border-color: #ABE43A;
}
</style>