Shades of Atlantis #A8E03F
Tints of Atlantis #A8E03F
RGB
CMYK
RGB Variations
Color information
#A8E03F (or 0xA8E03F) is known color: Atlantis. HEX triplet: A8, E0 and 3F. RGB value is (168,224,63). Sum of RGB (Red+Green+Blue) = 168+224+63=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E03F is #571FC0. Grayscale: #BDBDBD. Windows color (decimal): -5709761 or 4186280. OLE color: 4186280.
HSL color Cylindrical-coordinate representation of color #A8E03F: hue angle of 80.87º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8E03F is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 63 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.12 |
| HSL | 80.87º | 0.72% | 0.56% | - |
| HSV(B) | 80.87º | 0.72% | 0.88% | - |
| XYZ | 43.7 | 62 | 14.37 | - |
| YUV | 188.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 63 | 0.25 | 0 | 0.72 | 0.12 | 80.87 | 0.72 | 0.56 |
| Hex | A8 | E0 | 3F | 19 | 0 | 48 | C | 51 | 48 | 38 |
| Octal | 250 | 340 | 77 | 31 | 0 | 110 | 14 | 121 | 110 | 70 |
| Binary | 10101000 | 11100000 | 111111 | 11001 | 0 | 1001000 | 1100 | 1010001 | 1001000 | 111000 |
Color Harmonies of #A8E03F
Complementary color
Monochromatic Colors of #A8E03F
Black with #A8E03F
Text Example
Text Example
White with #A8E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E03F; }
p { color: rgb(168,224,63); }
H1.HeaderClassName
{
color: #A8E03F;
}
.AnyTagClassName
{
color: #A8E03F;
}
</style>
background-color css
<style>
a { background-color: #A8E03F; }
a { background-color: rgb(168,224,63); }
div.DivClassName
{
background-color: #A8E03F;
}
.BgClassName
{
background-color: #A8E03F;
}
</style>
border-color css
<style>
span { border-color: #A8E03F; }
span { border-color: rgb(168,224,63); }
td.TdClassName
{
border-color: #A8E03F;
}
.TagClassName
{
border-color: #A8E03F;
}
</style>