Shades of Atlantis #A0DB3C
Tints of Atlantis #A0DB3C
RGB
CMYK
RGB Variations
Color information
#A0DB3C (or 0xA0DB3C) is known color: Atlantis. HEX triplet: A0, DB and 3C. RGB value is (160,219,60). Sum of RGB (Red+Green+Blue) = 160+219+60=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB3C is #5F24C3. Grayscale: #B7B7B7. Windows color (decimal): -6235332 or 3988384. OLE color: 3988384.
HSL color Cylindrical-coordinate representation of color #A0DB3C: hue angle of 82.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0DB3C is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 60 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.14 |
| HSL | 82.26º | 0.69% | 0.55% | - |
| HSV(B) | 82.26º | 0.73% | 0.86% | - |
| XYZ | 40.64 | 58.46 | 13.42 | - |
| YUV | 183.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 60 | 0.27 | 0 | 0.73 | 0.14 | 82.26 | 0.69 | 0.55 |
| Hex | A0 | DB | 3C | 1B | 0 | 49 | E | 52 | 45 | 37 |
| Octal | 240 | 333 | 74 | 33 | 0 | 111 | 16 | 122 | 105 | 67 |
| Binary | 10100000 | 11011011 | 111100 | 11011 | 0 | 1001001 | 1110 | 1010010 | 1000101 | 110111 |
Color Harmonies of #A0DB3C
Complementary color
Monochromatic Colors of #A0DB3C
Black with #A0DB3C
Text Example
Text Example
White with #A0DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB3C; }
p { color: rgb(160,219,60); }
H1.HeaderClassName
{
color: #A0DB3C;
}
.AnyTagClassName
{
color: #A0DB3C;
}
</style>
background-color css
<style>
a { background-color: #A0DB3C; }
a { background-color: rgb(160,219,60); }
div.DivClassName
{
background-color: #A0DB3C;
}
.BgClassName
{
background-color: #A0DB3C;
}
</style>
border-color css
<style>
span { border-color: #A0DB3C; }
span { border-color: rgb(160,219,60); }
td.TdClassName
{
border-color: #A0DB3C;
}
.TagClassName
{
border-color: #A0DB3C;
}
</style>