Shades of Atlantis #ABE434
Tints of Atlantis #ABE434
RGB
CMYK
RGB Variations
Color information
#ABE434 (or 0xABE434) is known color: Atlantis. HEX triplet: AB, E4 and 34. RGB value is (171,228,52). Sum of RGB (Red+Green+Blue) = 171+228+52=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE434 is #541BCB. Grayscale: #BFBFBF. Windows color (decimal): -5512140 or 3466411. OLE color: 3466411.
HSL color Cylindrical-coordinate representation of color #ABE434: hue angle of 79.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABE434 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 52 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.11 |
| HSL | 79.43º | 0.77% | 0.55% | - |
| HSV(B) | 79.43º | 0.77% | 0.89% | - |
| XYZ | 45.16 | 64.39 | 13.3 | - |
| YUV | 190.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 52 | 0.25 | 0 | 0.77 | 0.11 | 79.43 | 0.77 | 0.55 |
| Hex | AB | E4 | 34 | 19 | 0 | 4D | B | 4F | 4D | 37 |
| Octal | 253 | 344 | 64 | 31 | 0 | 115 | 13 | 117 | 115 | 67 |
| Binary | 10101011 | 11100100 | 110100 | 11001 | 0 | 1001101 | 1011 | 1001111 | 1001101 | 110111 |
Color Harmonies of #ABE434
Complementary color
Monochromatic Colors of #ABE434
Black with #ABE434
Text Example
Text Example
White with #ABE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE434; }
p { color: rgb(171,228,52); }
H1.HeaderClassName
{
color: #ABE434;
}
.AnyTagClassName
{
color: #ABE434;
}
</style>
background-color css
<style>
a { background-color: #ABE434; }
a { background-color: rgb(171,228,52); }
div.DivClassName
{
background-color: #ABE434;
}
.BgClassName
{
background-color: #ABE434;
}
</style>
border-color css
<style>
span { border-color: #ABE434; }
span { border-color: rgb(171,228,52); }
td.TdClassName
{
border-color: #ABE434;
}
.TagClassName
{
border-color: #ABE434;
}
</style>