Shades of Atlantis #ABE23B
Tints of Atlantis #ABE23B
RGB
CMYK
RGB Variations
Color information
#ABE23B (or 0xABE23B) is known color: Atlantis. HEX triplet: AB, E2 and 3B. RGB value is (171,226,59). Sum of RGB (Red+Green+Blue) = 171+226+59=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE23B is #541DC4. Grayscale: #BFBFBF. Windows color (decimal): -5512645 or 3924651. OLE color: 3924651.
HSL color Cylindrical-coordinate representation of color #ABE23B: hue angle of 79.76º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABE23B is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 59 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.11 |
| HSL | 79.76º | 0.74% | 0.56% | - |
| HSV(B) | 79.76º | 0.74% | 0.89% | - |
| XYZ | 44.78 | 63.37 | 14.01 | - |
| YUV | 190.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 59 | 0.24 | 0 | 0.74 | 0.11 | 79.76 | 0.74 | 0.56 |
| Hex | AB | E2 | 3B | 18 | 0 | 4A | B | 50 | 4A | 38 |
| Octal | 253 | 342 | 73 | 30 | 0 | 112 | 13 | 120 | 112 | 70 |
| Binary | 10101011 | 11100010 | 111011 | 11000 | 0 | 1001010 | 1011 | 1010000 | 1001010 | 111000 |
Color Harmonies of #ABE23B
Complementary color
Monochromatic Colors of #ABE23B
Black with #ABE23B
Text Example
Text Example
White with #ABE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE23B; }
p { color: rgb(171,226,59); }
H1.HeaderClassName
{
color: #ABE23B;
}
.AnyTagClassName
{
color: #ABE23B;
}
</style>
background-color css
<style>
a { background-color: #ABE23B; }
a { background-color: rgb(171,226,59); }
div.DivClassName
{
background-color: #ABE23B;
}
.BgClassName
{
background-color: #ABE23B;
}
</style>
border-color css
<style>
span { border-color: #ABE23B; }
span { border-color: rgb(171,226,59); }
td.TdClassName
{
border-color: #ABE23B;
}
.TagClassName
{
border-color: #ABE23B;
}
</style>