Shades of Atlantis #A8E036
Tints of Atlantis #A8E036
RGB
CMYK
RGB Variations
Color information
#A8E036 (or 0xA8E036) is known color: Atlantis. HEX triplet: A8, E0 and 36. RGB value is (168,224,54). Sum of RGB (Red+Green+Blue) = 168+224+54=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E036 is #571FC9. Grayscale: #BCBCBC. Windows color (decimal): -5709770 or 3596456. OLE color: 3596456.
HSL color Cylindrical-coordinate representation of color #A8E036: hue angle of 79.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8E036 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 54 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.12 |
| HSL | 79.76º | 0.73% | 0.55% | - |
| HSV(B) | 79.76º | 0.76% | 0.88% | - |
| XYZ | 43.47 | 61.9 | 13.15 | - |
| YUV | 187.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 54 | 0.25 | 0 | 0.76 | 0.12 | 79.76 | 0.73 | 0.55 |
| Hex | A8 | E0 | 36 | 19 | 0 | 4C | C | 50 | 49 | 37 |
| Octal | 250 | 340 | 66 | 31 | 0 | 114 | 14 | 120 | 111 | 67 |
| Binary | 10101000 | 11100000 | 110110 | 11001 | 0 | 1001100 | 1100 | 1010000 | 1001001 | 110111 |
Color Harmonies of #A8E036
Complementary color
Monochromatic Colors of #A8E036
Black with #A8E036
Text Example
Text Example
White with #A8E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E036; }
p { color: rgb(168,224,54); }
H1.HeaderClassName
{
color: #A8E036;
}
.AnyTagClassName
{
color: #A8E036;
}
</style>
background-color css
<style>
a { background-color: #A8E036; }
a { background-color: rgb(168,224,54); }
div.DivClassName
{
background-color: #A8E036;
}
.BgClassName
{
background-color: #A8E036;
}
</style>
border-color css
<style>
span { border-color: #A8E036; }
span { border-color: rgb(168,224,54); }
td.TdClassName
{
border-color: #A8E036;
}
.TagClassName
{
border-color: #A8E036;
}
</style>