Shades of Atlantis #A8D13E
Tints of Atlantis #A8D13E
RGB
CMYK
RGB Variations
Color information
#A8D13E (or 0xA8D13E) is known color: Atlantis. HEX triplet: A8, D1 and 3E. RGB value is (168,209,62). Sum of RGB (Red+Green+Blue) = 168+209+62=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D13E is #572EC1. Grayscale: #B4B4B4. Windows color (decimal): -5713602 or 4116904. OLE color: 4116904.
HSL color Cylindrical-coordinate representation of color #A8D13E: hue angle of 76.73º degrees, saturation: 0.62, 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 #A8D13E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 62 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.18 |
| HSL | 76.73º | 0.62% | 0.53% | - |
| HSV(B) | 76.73º | 0.7% | 0.82% | - |
| XYZ | 39.82 | 54.27 | 12.93 | - |
| YUV | 179.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 62 | 0.20 | 0 | 0.70 | 0.18 | 76.73 | 0.62 | 0.53 |
| Hex | A8 | D1 | 3E | 14 | 0 | 46 | 12 | 4D | 3E | 35 |
| Octal | 250 | 321 | 76 | 24 | 0 | 106 | 22 | 115 | 76 | 65 |
| Binary | 10101000 | 11010001 | 111110 | 10100 | 0 | 1000110 | 10010 | 1001101 | 111110 | 110101 |
Color Harmonies of #A8D13E
Complementary color
Monochromatic Colors of #A8D13E
Black with #A8D13E
Text Example
Text Example
White with #A8D13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D13E; }
p { color: rgb(168,209,62); }
H1.HeaderClassName
{
color: #A8D13E;
}
.AnyTagClassName
{
color: #A8D13E;
}
</style>
background-color css
<style>
a { background-color: #A8D13E; }
a { background-color: rgb(168,209,62); }
div.DivClassName
{
background-color: #A8D13E;
}
.BgClassName
{
background-color: #A8D13E;
}
</style>
border-color css
<style>
span { border-color: #A8D13E; }
span { border-color: rgb(168,209,62); }
td.TdClassName
{
border-color: #A8D13E;
}
.TagClassName
{
border-color: #A8D13E;
}
</style>