Shades of Atlantis #A8D03D
Tints of Atlantis #A8D03D
RGB
CMYK
RGB Variations
Color information
#A8D03D (or 0xA8D03D) is known color: Atlantis. HEX triplet: A8, D0 and 3D. RGB value is (168,208,61). Sum of RGB (Red+Green+Blue) = 168+208+61=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D03D is #572FC2. Grayscale: #B3B3B3. Windows color (decimal): -5713859 or 4051112. OLE color: 4051112.
HSL color Cylindrical-coordinate representation of color #A8D03D: hue angle of 76.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D03D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.18 |
| HSL | 76.33º | 0.61% | 0.53% | - |
| HSV(B) | 76.33º | 0.71% | 0.82% | - |
| XYZ | 39.55 | 53.77 | 12.71 | - |
| YUV | 179.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 61 | 0.19 | 0 | 0.71 | 0.18 | 76.33 | 0.61 | 0.53 |
| Hex | A8 | D0 | 3D | 13 | 0 | 47 | 12 | 4C | 3D | 35 |
| Octal | 250 | 320 | 75 | 23 | 0 | 107 | 22 | 114 | 75 | 65 |
| Binary | 10101000 | 11010000 | 111101 | 10011 | 0 | 1000111 | 10010 | 1001100 | 111101 | 110101 |
Color Harmonies of #A8D03D
Complementary color
Monochromatic Colors of #A8D03D
Black with #A8D03D
Text Example
Text Example
White with #A8D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D03D; }
p { color: rgb(168,208,61); }
H1.HeaderClassName
{
color: #A8D03D;
}
.AnyTagClassName
{
color: #A8D03D;
}
</style>
background-color css
<style>
a { background-color: #A8D03D; }
a { background-color: rgb(168,208,61); }
div.DivClassName
{
background-color: #A8D03D;
}
.BgClassName
{
background-color: #A8D03D;
}
</style>
border-color css
<style>
span { border-color: #A8D03D; }
span { border-color: rgb(168,208,61); }
td.TdClassName
{
border-color: #A8D03D;
}
.TagClassName
{
border-color: #A8D03D;
}
</style>