Shades of Atlantis #A8E53D
Tints of Atlantis #A8E53D
RGB
CMYK
RGB Variations
Color information
#A8E53D (or 0xA8E53D) is known color: Atlantis. HEX triplet: A8, E5 and 3D. RGB value is (168,229,61). Sum of RGB (Red+Green+Blue) = 168+229+61=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E53D is #571AC2. Grayscale: #C0C0C0. Windows color (decimal): -5708483 or 4056488. OLE color: 4056488.
HSL color Cylindrical-coordinate representation of color #A8E53D: hue angle of 81.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8E53D is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 61 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.10 |
| HSL | 81.79º | 0.76% | 0.57% | - |
| HSV(B) | 81.79º | 0.73% | 0.9% | - |
| XYZ | 45.01 | 64.7 | 14.53 | - |
| YUV | 191.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 61 | 0.27 | 0 | 0.73 | 0.10 | 81.79 | 0.76 | 0.57 |
| Hex | A8 | E5 | 3D | 1B | 0 | 49 | A | 52 | 4C | 39 |
| Octal | 250 | 345 | 75 | 33 | 0 | 111 | 12 | 122 | 114 | 71 |
| Binary | 10101000 | 11100101 | 111101 | 11011 | 0 | 1001001 | 1010 | 1010010 | 1001100 | 111001 |
Color Harmonies of #A8E53D
Complementary color
Monochromatic Colors of #A8E53D
Black with #A8E53D
Text Example
Text Example
White with #A8E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E53D; }
p { color: rgb(168,229,61); }
H1.HeaderClassName
{
color: #A8E53D;
}
.AnyTagClassName
{
color: #A8E53D;
}
</style>
background-color css
<style>
a { background-color: #A8E53D; }
a { background-color: rgb(168,229,61); }
div.DivClassName
{
background-color: #A8E53D;
}
.BgClassName
{
background-color: #A8E53D;
}
</style>
border-color css
<style>
span { border-color: #A8E53D; }
span { border-color: rgb(168,229,61); }
td.TdClassName
{
border-color: #A8E53D;
}
.TagClassName
{
border-color: #A8E53D;
}
</style>