Shades of Atlantis #ABE233
Tints of Atlantis #ABE233
RGB
CMYK
RGB Variations
Color information
#ABE233 (or 0xABE233) is known color: Atlantis. HEX triplet: AB, E2 and 33. RGB value is (171,226,51). Sum of RGB (Red+Green+Blue) = 171+226+51=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE233 is #541DCC. Grayscale: #BEBEBE. Windows color (decimal): -5512653 or 3400363. OLE color: 3400363.
HSL color Cylindrical-coordinate representation of color #ABE233: hue angle of 78.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABE233 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 51 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.11 |
| HSL | 78.86º | 0.75% | 0.54% | - |
| HSV(B) | 78.86º | 0.77% | 0.89% | - |
| XYZ | 44.59 | 63.29 | 13 | - |
| YUV | 189.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 51 | 0.24 | 0 | 0.77 | 0.11 | 78.86 | 0.75 | 0.54 |
| Hex | AB | E2 | 33 | 18 | 0 | 4D | B | 4F | 4B | 36 |
| Octal | 253 | 342 | 63 | 30 | 0 | 115 | 13 | 117 | 113 | 66 |
| Binary | 10101011 | 11100010 | 110011 | 11000 | 0 | 1001101 | 1011 | 1001111 | 1001011 | 110110 |
Color Harmonies of #ABE233
Complementary color
Monochromatic Colors of #ABE233
Black with #ABE233
Text Example
Text Example
White with #ABE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE233; }
p { color: rgb(171,226,51); }
H1.HeaderClassName
{
color: #ABE233;
}
.AnyTagClassName
{
color: #ABE233;
}
</style>
background-color css
<style>
a { background-color: #ABE233; }
a { background-color: rgb(171,226,51); }
div.DivClassName
{
background-color: #ABE233;
}
.BgClassName
{
background-color: #ABE233;
}
</style>
border-color css
<style>
span { border-color: #ABE233; }
span { border-color: rgb(171,226,51); }
td.TdClassName
{
border-color: #ABE233;
}
.TagClassName
{
border-color: #ABE233;
}
</style>