Shades of Atlantis #ABE235
Tints of Atlantis #ABE235
RGB
CMYK
RGB Variations
Color information
#ABE235 (or 0xABE235) is known color: Atlantis. HEX triplet: AB, E2 and 35. RGB value is (171,226,53). Sum of RGB (Red+Green+Blue) = 171+226+53=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE235 is #541DCA. Grayscale: #BEBEBE. Windows color (decimal): -5512651 or 3531435. OLE color: 3531435.
HSL color Cylindrical-coordinate representation of color #ABE235: hue angle of 79.08º degrees, saturation: 0.75, 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 #ABE235 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 53 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.11 |
| HSL | 79.08º | 0.75% | 0.55% | - |
| HSV(B) | 79.08º | 0.77% | 0.89% | - |
| XYZ | 44.63 | 63.31 | 13.24 | - |
| YUV | 189.83 | 50.78 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 53 | 0.24 | 0 | 0.77 | 0.11 | 79.08 | 0.75 | 0.55 |
| Hex | AB | E2 | 35 | 18 | 0 | 4D | B | 4F | 4B | 37 |
| Octal | 253 | 342 | 65 | 30 | 0 | 115 | 13 | 117 | 113 | 67 |
| Binary | 10101011 | 11100010 | 110101 | 11000 | 0 | 1001101 | 1011 | 1001111 | 1001011 | 110111 |
Color Harmonies of #ABE235
Complementary color
Monochromatic Colors of #ABE235
Black with #ABE235
Text Example
Text Example
White with #ABE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE235; }
p { color: rgb(171,226,53); }
H1.HeaderClassName
{
color: #ABE235;
}
.AnyTagClassName
{
color: #ABE235;
}
</style>
background-color css
<style>
a { background-color: #ABE235; }
a { background-color: rgb(171,226,53); }
div.DivClassName
{
background-color: #ABE235;
}
.BgClassName
{
background-color: #ABE235;
}
</style>
border-color css
<style>
span { border-color: #ABE235; }
span { border-color: rgb(171,226,53); }
td.TdClassName
{
border-color: #ABE235;
}
.TagClassName
{
border-color: #ABE235;
}
</style>