Shades of Atlantis #A0DB4A
Tints of Atlantis #A0DB4A
RGB
CMYK
RGB Variations
Color information
#A0DB4A (or 0xA0DB4A) is known color: Atlantis. HEX triplet: A0, DB and 4A. RGB value is (160,219,74). Sum of RGB (Red+Green+Blue) = 160+219+74=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB4A is #5F24B5. Grayscale: #B9B9B9. Windows color (decimal): -6235318 or 4905888. OLE color: 4905888.
HSL color Cylindrical-coordinate representation of color #A0DB4A: hue angle of 84.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0DB4A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 74 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.14 |
| HSL | 84.41º | 0.67% | 0.57% | - |
| HSV(B) | 84.41º | 0.66% | 0.86% | - |
| XYZ | 41.06 | 58.63 | 15.63 | - |
| YUV | 184.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 74 | 0.27 | 0 | 0.66 | 0.14 | 84.41 | 0.67 | 0.57 |
| Hex | A0 | DB | 4A | 1B | 0 | 42 | E | 54 | 43 | 39 |
| Octal | 240 | 333 | 112 | 33 | 0 | 102 | 16 | 124 | 103 | 71 |
| Binary | 10100000 | 11011011 | 1001010 | 11011 | 0 | 1000010 | 1110 | 1010100 | 1000011 | 111001 |
Color Harmonies of #A0DB4A
Complementary color
Monochromatic Colors of #A0DB4A
Black with #A0DB4A
Text Example
Text Example
White with #A0DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB4A; }
p { color: rgb(160,219,74); }
H1.HeaderClassName
{
color: #A0DB4A;
}
.AnyTagClassName
{
color: #A0DB4A;
}
</style>
background-color css
<style>
a { background-color: #A0DB4A; }
a { background-color: rgb(160,219,74); }
div.DivClassName
{
background-color: #A0DB4A;
}
.BgClassName
{
background-color: #A0DB4A;
}
</style>
border-color css
<style>
span { border-color: #A0DB4A; }
span { border-color: rgb(160,219,74); }
td.TdClassName
{
border-color: #A0DB4A;
}
.TagClassName
{
border-color: #A0DB4A;
}
</style>