Shades of Atlantis #A8D03F
Tints of Atlantis #A8D03F
RGB
CMYK
RGB Variations
Color information
#A8D03F (or 0xA8D03F) is known color: Atlantis. HEX triplet: A8, D0 and 3F. RGB value is (168,208,63). Sum of RGB (Red+Green+Blue) = 168+208+63=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D03F is #572FC0. Grayscale: #B4B4B4. Windows color (decimal): -5713857 or 4182184. OLE color: 4182184.
HSL color Cylindrical-coordinate representation of color #A8D03F: hue angle of 76.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8D03F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 63 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.18 |
| HSL | 76.55º | 0.61% | 0.53% | - |
| HSV(B) | 76.55º | 0.7% | 0.82% | - |
| XYZ | 39.6 | 53.8 | 13 | - |
| YUV | 179.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 63 | 0.19 | 0 | 0.70 | 0.18 | 76.55 | 0.61 | 0.53 |
| Hex | A8 | D0 | 3F | 13 | 0 | 46 | 12 | 4D | 3D | 35 |
| Octal | 250 | 320 | 77 | 23 | 0 | 106 | 22 | 115 | 75 | 65 |
| Binary | 10101000 | 11010000 | 111111 | 10011 | 0 | 1000110 | 10010 | 1001101 | 111101 | 110101 |
Color Harmonies of #A8D03F
Complementary color
Monochromatic Colors of #A8D03F
Black with #A8D03F
Text Example
Text Example
White with #A8D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D03F; }
p { color: rgb(168,208,63); }
H1.HeaderClassName
{
color: #A8D03F;
}
.AnyTagClassName
{
color: #A8D03F;
}
</style>
background-color css
<style>
a { background-color: #A8D03F; }
a { background-color: rgb(168,208,63); }
div.DivClassName
{
background-color: #A8D03F;
}
.BgClassName
{
background-color: #A8D03F;
}
</style>
border-color css
<style>
span { border-color: #A8D03F; }
span { border-color: rgb(168,208,63); }
td.TdClassName
{
border-color: #A8D03F;
}
.TagClassName
{
border-color: #A8D03F;
}
</style>