Shades of Atlantis #A8E43D
Tints of Atlantis #A8E43D
RGB
CMYK
RGB Variations
Color information
#A8E43D (or 0xA8E43D) is known color: Atlantis. HEX triplet: A8, E4 and 3D. RGB value is (168,228,61). Sum of RGB (Red+Green+Blue) = 168+228+61=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E43D is #571BC2. Grayscale: #BFBFBF. Windows color (decimal): -5708739 or 4056232. OLE color: 4056232.
HSL color Cylindrical-coordinate representation of color #A8E43D: hue angle of 81.56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8E43D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 61 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.11 |
| HSL | 81.56º | 0.76% | 0.57% | - |
| HSV(B) | 81.56º | 0.73% | 0.89% | - |
| XYZ | 44.73 | 64.15 | 14.44 | - |
| YUV | 191.02 | 54.62 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 61 | 0.26 | 0 | 0.73 | 0.11 | 81.56 | 0.76 | 0.57 |
| Hex | A8 | E4 | 3D | 1A | 0 | 49 | B | 52 | 4C | 39 |
| Octal | 250 | 344 | 75 | 32 | 0 | 111 | 13 | 122 | 114 | 71 |
| Binary | 10101000 | 11100100 | 111101 | 11010 | 0 | 1001001 | 1011 | 1010010 | 1001100 | 111001 |
Color Harmonies of #A8E43D
Complementary color
Monochromatic Colors of #A8E43D
Black with #A8E43D
Text Example
Text Example
White with #A8E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E43D; }
p { color: rgb(168,228,61); }
H1.HeaderClassName
{
color: #A8E43D;
}
.AnyTagClassName
{
color: #A8E43D;
}
</style>
background-color css
<style>
a { background-color: #A8E43D; }
a { background-color: rgb(168,228,61); }
div.DivClassName
{
background-color: #A8E43D;
}
.BgClassName
{
background-color: #A8E43D;
}
</style>
border-color css
<style>
span { border-color: #A8E43D; }
span { border-color: rgb(168,228,61); }
td.TdClassName
{
border-color: #A8E43D;
}
.TagClassName
{
border-color: #A8E43D;
}
</style>