Shades of Atlantis #ABE336
Tints of Atlantis #ABE336
RGB
CMYK
RGB Variations
Color information
#ABE336 (or 0xABE336) is known color: Atlantis. HEX triplet: AB, E3 and 36. RGB value is (171,227,54). Sum of RGB (Red+Green+Blue) = 171+227+54=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE336 is #541CC9. Grayscale: #BFBFBF. Windows color (decimal): -5512394 or 3597227. OLE color: 3597227.
HSL color Cylindrical-coordinate representation of color #ABE336: hue angle of 79.42º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABE336 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 54 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.11 |
| HSL | 79.42º | 0.76% | 0.55% | - |
| HSV(B) | 79.42º | 0.76% | 0.89% | - |
| XYZ | 44.93 | 63.86 | 13.45 | - |
| YUV | 190.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 54 | 0.25 | 0 | 0.76 | 0.11 | 79.42 | 0.76 | 0.55 |
| Hex | AB | E3 | 36 | 19 | 0 | 4C | B | 4F | 4C | 37 |
| Octal | 253 | 343 | 66 | 31 | 0 | 114 | 13 | 117 | 114 | 67 |
| Binary | 10101011 | 11100011 | 110110 | 11001 | 0 | 1001100 | 1011 | 1001111 | 1001100 | 110111 |
Color Harmonies of #ABE336
Complementary color
Monochromatic Colors of #ABE336
Black with #ABE336
Text Example
Text Example
White with #ABE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE336; }
p { color: rgb(171,227,54); }
H1.HeaderClassName
{
color: #ABE336;
}
.AnyTagClassName
{
color: #ABE336;
}
</style>
background-color css
<style>
a { background-color: #ABE336; }
a { background-color: rgb(171,227,54); }
div.DivClassName
{
background-color: #ABE336;
}
.BgClassName
{
background-color: #ABE336;
}
</style>
border-color css
<style>
span { border-color: #ABE336; }
span { border-color: rgb(171,227,54); }
td.TdClassName
{
border-color: #ABE336;
}
.TagClassName
{
border-color: #ABE336;
}
</style>