Shades of Atlantis #A0D037
Tints of Atlantis #A0D037
RGB
CMYK
RGB Variations
Color information
#A0D037 (or 0xA0D037) is known color: Atlantis. HEX triplet: A0, D0 and 37. RGB value is (160,208,55). Sum of RGB (Red+Green+Blue) = 160+208+55=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D037 is #5F2FC8. Grayscale: #B0B0B0. Windows color (decimal): -6238153 or 3657888. OLE color: 3657888.
HSL color Cylindrical-coordinate representation of color #A0D037: hue angle of 78.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0D037 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 55 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.18 |
| HSL | 78.82º | 0.62% | 0.52% | - |
| HSV(B) | 78.82º | 0.74% | 0.82% | - |
| XYZ | 37.74 | 52.86 | 11.83 | - |
| YUV | 176.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 55 | 0.23 | 0 | 0.74 | 0.18 | 78.82 | 0.62 | 0.52 |
| Hex | A0 | D0 | 37 | 17 | 0 | 4A | 12 | 4F | 3E | 34 |
| Octal | 240 | 320 | 67 | 27 | 0 | 112 | 22 | 117 | 76 | 64 |
| Binary | 10100000 | 11010000 | 110111 | 10111 | 0 | 1001010 | 10010 | 1001111 | 111110 | 110100 |
Color Harmonies of #A0D037
Complementary color
Monochromatic Colors of #A0D037
Black with #A0D037
Text Example
Text Example
White with #A0D037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D037; }
p { color: rgb(160,208,55); }
H1.HeaderClassName
{
color: #A0D037;
}
.AnyTagClassName
{
color: #A0D037;
}
</style>
background-color css
<style>
a { background-color: #A0D037; }
a { background-color: rgb(160,208,55); }
div.DivClassName
{
background-color: #A0D037;
}
.BgClassName
{
background-color: #A0D037;
}
</style>
border-color css
<style>
span { border-color: #A0D037; }
span { border-color: rgb(160,208,55); }
td.TdClassName
{
border-color: #A0D037;
}
.TagClassName
{
border-color: #A0D037;
}
</style>