Shades of Atlantis #A9E03D
Tints of Atlantis #A9E03D
RGB
CMYK
RGB Variations
Color information
#A9E03D (or 0xA9E03D) is known color: Atlantis. HEX triplet: A9, E0 and 3D. RGB value is (169,224,61). Sum of RGB (Red+Green+Blue) = 169+224+61=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E03D is #561FC2. Grayscale: #BDBDBD. Windows color (decimal): -5644227 or 4055209. OLE color: 4055209.
HSL color Cylindrical-coordinate representation of color #A9E03D: hue angle of 80.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9E03D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 61 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.12 |
| HSL | 80.25º | 0.72% | 0.56% | - |
| HSV(B) | 80.25º | 0.73% | 0.88% | - |
| XYZ | 43.86 | 62.08 | 14.09 | - |
| YUV | 188.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 61 | 0.25 | 0 | 0.73 | 0.12 | 80.25 | 0.72 | 0.56 |
| Hex | A9 | E0 | 3D | 19 | 0 | 49 | C | 50 | 48 | 38 |
| Octal | 251 | 340 | 75 | 31 | 0 | 111 | 14 | 120 | 110 | 70 |
| Binary | 10101001 | 11100000 | 111101 | 11001 | 0 | 1001001 | 1100 | 1010000 | 1001000 | 111000 |
Color Harmonies of #A9E03D
Complementary color
Monochromatic Colors of #A9E03D
Black with #A9E03D
Text Example
Text Example
White with #A9E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E03D; }
p { color: rgb(169,224,61); }
H1.HeaderClassName
{
color: #A9E03D;
}
.AnyTagClassName
{
color: #A9E03D;
}
</style>
background-color css
<style>
a { background-color: #A9E03D; }
a { background-color: rgb(169,224,61); }
div.DivClassName
{
background-color: #A9E03D;
}
.BgClassName
{
background-color: #A9E03D;
}
</style>
border-color css
<style>
span { border-color: #A9E03D; }
span { border-color: rgb(169,224,61); }
td.TdClassName
{
border-color: #A9E03D;
}
.TagClassName
{
border-color: #A9E03D;
}
</style>