Shades of Atlantis #A8E73A
Tints of Atlantis #A8E73A
RGB
CMYK
RGB Variations
Color information
#A8E73A (or 0xA8E73A) is known color: Atlantis. HEX triplet: A8, E7 and 3A. RGB value is (168,231,58). Sum of RGB (Red+Green+Blue) = 168+231+58=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E73A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E73A is #5718C5. Grayscale: #C1C1C1. Windows color (decimal): -5707974 or 3860392. OLE color: 3860392.
HSL color Cylindrical-coordinate representation of color #A8E73A: hue angle of 81.85º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8E73A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 58 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.09 |
| HSL | 81.85º | 0.78% | 0.57% | - |
| HSV(B) | 81.85º | 0.75% | 0.91% | - |
| XYZ | 45.49 | 65.78 | 14.3 | - |
| YUV | 192.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 58 | 0.27 | 0 | 0.75 | 0.09 | 81.85 | 0.78 | 0.57 |
| Hex | A8 | E7 | 3A | 1B | 0 | 4B | 9 | 52 | 4E | 39 |
| Octal | 250 | 347 | 72 | 33 | 0 | 113 | 11 | 122 | 116 | 71 |
| Binary | 10101000 | 11100111 | 111010 | 11011 | 0 | 1001011 | 1001 | 1010010 | 1001110 | 111001 |
Color Harmonies of #A8E73A
Complementary color
Monochromatic Colors of #A8E73A
Black with #A8E73A
Text Example
Text Example
White with #A8E73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E73A; }
p { color: rgb(168,231,58); }
H1.HeaderClassName
{
color: #A8E73A;
}
.AnyTagClassName
{
color: #A8E73A;
}
</style>
background-color css
<style>
a { background-color: #A8E73A; }
a { background-color: rgb(168,231,58); }
div.DivClassName
{
background-color: #A8E73A;
}
.BgClassName
{
background-color: #A8E73A;
}
</style>
border-color css
<style>
span { border-color: #A8E73A; }
span { border-color: rgb(168,231,58); }
td.TdClassName
{
border-color: #A8E73A;
}
.TagClassName
{
border-color: #A8E73A;
}
</style>