Shades of Atlantis #A0D04A
Tints of Atlantis #A0D04A
RGB
CMYK
RGB Variations
Color information
#A0D04A (or 0xA0D04A) is known color: Atlantis. HEX triplet: A0, D0 and 4A. RGB value is (160,208,74). Sum of RGB (Red+Green+Blue) = 160+208+74=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D04A is #5F2FB5. Grayscale: #B2B2B2. Windows color (decimal): -6238134 or 4903072. OLE color: 4903072.
HSL color Cylindrical-coordinate representation of color #A0D04A: hue angle of 81.49º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0D04A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 74 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.18 |
| HSL | 81.49º | 0.59% | 0.55% | - |
| HSV(B) | 81.49º | 0.64% | 0.82% | - |
| XYZ | 38.29 | 53.08 | 14.71 | - |
| YUV | 178.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 74 | 0.23 | 0 | 0.64 | 0.18 | 81.49 | 0.59 | 0.55 |
| Hex | A0 | D0 | 4A | 17 | 0 | 40 | 12 | 51 | 3B | 37 |
| Octal | 240 | 320 | 112 | 27 | 0 | 100 | 22 | 121 | 73 | 67 |
| Binary | 10100000 | 11010000 | 1001010 | 10111 | 0 | 1000000 | 10010 | 1010001 | 111011 | 110111 |
Color Harmonies of #A0D04A
Complementary color
Monochromatic Colors of #A0D04A
Black with #A0D04A
Text Example
Text Example
White with #A0D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D04A; }
p { color: rgb(160,208,74); }
H1.HeaderClassName
{
color: #A0D04A;
}
.AnyTagClassName
{
color: #A0D04A;
}
</style>
background-color css
<style>
a { background-color: #A0D04A; }
a { background-color: rgb(160,208,74); }
div.DivClassName
{
background-color: #A0D04A;
}
.BgClassName
{
background-color: #A0D04A;
}
</style>
border-color css
<style>
span { border-color: #A0D04A; }
span { border-color: rgb(160,208,74); }
td.TdClassName
{
border-color: #A0D04A;
}
.TagClassName
{
border-color: #A0D04A;
}
</style>