Shades of Atlantis #A0DF37
Tints of Atlantis #A0DF37
RGB
CMYK
RGB Variations
Color information
#A0DF37 (or 0xA0DF37) is known color: Atlantis. HEX triplet: A0, DF and 37. RGB value is (160,223,55). Sum of RGB (Red+Green+Blue) = 160+223+55=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF37 is #5F20C8. Grayscale: #B9B9B9. Windows color (decimal): -6234313 or 3661728. OLE color: 3661728.
HSL color Cylindrical-coordinate representation of color #A0DF37: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0DF37 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 55 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.13 |
| HSL | 82.5º | 0.72% | 0.55% | - |
| HSV(B) | 82.5º | 0.75% | 0.87% | - |
| XYZ | 41.57 | 60.52 | 13.11 | - |
| YUV | 185.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 55 | 0.28 | 0 | 0.75 | 0.13 | 82.5 | 0.72 | 0.55 |
| Hex | A0 | DF | 37 | 1C | 0 | 4B | D | 52 | 48 | 37 |
| Octal | 240 | 337 | 67 | 34 | 0 | 113 | 15 | 122 | 110 | 67 |
| Binary | 10100000 | 11011111 | 110111 | 11100 | 0 | 1001011 | 1101 | 1010010 | 1001000 | 110111 |
Color Harmonies of #A0DF37
Complementary color
Monochromatic Colors of #A0DF37
Black with #A0DF37
Text Example
Text Example
White with #A0DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF37; }
p { color: rgb(160,223,55); }
H1.HeaderClassName
{
color: #A0DF37;
}
.AnyTagClassName
{
color: #A0DF37;
}
</style>
background-color css
<style>
a { background-color: #A0DF37; }
a { background-color: rgb(160,223,55); }
div.DivClassName
{
background-color: #A0DF37;
}
.BgClassName
{
background-color: #A0DF37;
}
</style>
border-color css
<style>
span { border-color: #A0DF37; }
span { border-color: rgb(160,223,55); }
td.TdClassName
{
border-color: #A0DF37;
}
.TagClassName
{
border-color: #A0DF37;
}
</style>