Shades of Atlantis #A0D337
Tints of Atlantis #A0D337
RGB
CMYK
RGB Variations
Color information
#A0D337 (or 0xA0D337) is known color: Atlantis. HEX triplet: A0, D3 and 37. RGB value is (160,211,55). Sum of RGB (Red+Green+Blue) = 160+211+55=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D337 is #5F2CC8. Grayscale: #B2B2B2. Windows color (decimal): -6237385 or 3658656. OLE color: 3658656.
HSL color Cylindrical-coordinate representation of color #A0D337: hue angle of 79.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0D337 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 55 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.17 |
| HSL | 79.62º | 0.64% | 0.52% | - |
| HSV(B) | 79.62º | 0.74% | 0.83% | - |
| XYZ | 38.48 | 54.34 | 12.07 | - |
| YUV | 177.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 55 | 0.24 | 0 | 0.74 | 0.17 | 79.62 | 0.64 | 0.52 |
| Hex | A0 | D3 | 37 | 18 | 0 | 4A | 11 | 50 | 40 | 34 |
| Octal | 240 | 323 | 67 | 30 | 0 | 112 | 21 | 120 | 100 | 64 |
| Binary | 10100000 | 11010011 | 110111 | 11000 | 0 | 1001010 | 10001 | 1010000 | 1000000 | 110100 |
Color Harmonies of #A0D337
Complementary color
Monochromatic Colors of #A0D337
Black with #A0D337
Text Example
Text Example
White with #A0D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D337; }
p { color: rgb(160,211,55); }
H1.HeaderClassName
{
color: #A0D337;
}
.AnyTagClassName
{
color: #A0D337;
}
</style>
background-color css
<style>
a { background-color: #A0D337; }
a { background-color: rgb(160,211,55); }
div.DivClassName
{
background-color: #A0D337;
}
.BgClassName
{
background-color: #A0D337;
}
</style>
border-color css
<style>
span { border-color: #A0D337; }
span { border-color: rgb(160,211,55); }
td.TdClassName
{
border-color: #A0D337;
}
.TagClassName
{
border-color: #A0D337;
}
</style>