Shades of Atlantis #ABE334
Tints of Atlantis #ABE334
RGB
CMYK
RGB Variations
Color information
#ABE334 (or 0xABE334) is known color: Atlantis. HEX triplet: AB, E3 and 34. RGB value is (171,227,52). Sum of RGB (Red+Green+Blue) = 171+227+52=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE334 is #541CCB. Grayscale: #BEBEBE. Windows color (decimal): -5512396 or 3466155. OLE color: 3466155.
HSL color Cylindrical-coordinate representation of color #ABE334: hue angle of 79.2º degrees, saturation: 0.76, 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 #ABE334 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 52 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.11 |
| HSL | 79.2º | 0.76% | 0.55% | - |
| HSV(B) | 79.2º | 0.77% | 0.89% | - |
| XYZ | 44.88 | 63.84 | 13.21 | - |
| YUV | 190.31 | 49.95 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 52 | 0.25 | 0 | 0.77 | 0.11 | 79.2 | 0.76 | 0.55 |
| Hex | AB | E3 | 34 | 19 | 0 | 4D | B | 4F | 4C | 37 |
| Octal | 253 | 343 | 64 | 31 | 0 | 115 | 13 | 117 | 114 | 67 |
| Binary | 10101011 | 11100011 | 110100 | 11001 | 0 | 1001101 | 1011 | 1001111 | 1001100 | 110111 |
Color Harmonies of #ABE334
Complementary color
Monochromatic Colors of #ABE334
Black with #ABE334
Text Example
Text Example
White with #ABE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE334; }
p { color: rgb(171,227,52); }
H1.HeaderClassName
{
color: #ABE334;
}
.AnyTagClassName
{
color: #ABE334;
}
</style>
background-color css
<style>
a { background-color: #ABE334; }
a { background-color: rgb(171,227,52); }
div.DivClassName
{
background-color: #ABE334;
}
.BgClassName
{
background-color: #ABE334;
}
</style>
border-color css
<style>
span { border-color: #ABE334; }
span { border-color: rgb(171,227,52); }
td.TdClassName
{
border-color: #ABE334;
}
.TagClassName
{
border-color: #ABE334;
}
</style>