Shades of Atlantis #A0D737
Tints of Atlantis #A0D737
RGB
CMYK
RGB Variations
Color information
#A0D737 (or 0xA0D737) is known color: Atlantis. HEX triplet: A0, D7 and 37. RGB value is (160,215,55). Sum of RGB (Red+Green+Blue) = 160+215+55=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D737 is #5F28C8. Grayscale: #B4B4B4. Windows color (decimal): -6236361 or 3659680. OLE color: 3659680.
HSL color Cylindrical-coordinate representation of color #A0D737: hue angle of 80.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0D737 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 55 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.16 |
| HSL | 80.63º | 0.67% | 0.53% | - |
| HSV(B) | 80.63º | 0.74% | 0.84% | - |
| XYZ | 39.49 | 56.35 | 12.41 | - |
| YUV | 180.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 55 | 0.26 | 0 | 0.74 | 0.16 | 80.63 | 0.67 | 0.53 |
| Hex | A0 | D7 | 37 | 1A | 0 | 4A | 10 | 51 | 43 | 35 |
| Octal | 240 | 327 | 67 | 32 | 0 | 112 | 20 | 121 | 103 | 65 |
| Binary | 10100000 | 11010111 | 110111 | 11010 | 0 | 1001010 | 10000 | 1010001 | 1000011 | 110101 |
Color Harmonies of #A0D737
Complementary color
Monochromatic Colors of #A0D737
Black with #A0D737
Text Example
Text Example
White with #A0D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D737; }
p { color: rgb(160,215,55); }
H1.HeaderClassName
{
color: #A0D737;
}
.AnyTagClassName
{
color: #A0D737;
}
</style>
background-color css
<style>
a { background-color: #A0D737; }
a { background-color: rgb(160,215,55); }
div.DivClassName
{
background-color: #A0D737;
}
.BgClassName
{
background-color: #A0D737;
}
</style>
border-color css
<style>
span { border-color: #A0D737; }
span { border-color: rgb(160,215,55); }
td.TdClassName
{
border-color: #A0D737;
}
.TagClassName
{
border-color: #A0D737;
}
</style>