Shades of Atlantis #A0DF3C
Tints of Atlantis #A0DF3C
RGB
CMYK
RGB Variations
Color information
#A0DF3C (or 0xA0DF3C) is known color: Atlantis. HEX triplet: A0, DF and 3C. RGB value is (160,223,60). Sum of RGB (Red+Green+Blue) = 160+223+60=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF3C is #5F20C3. Grayscale: #BABABA. Windows color (decimal): -6234308 or 3989408. OLE color: 3989408.
HSL color Cylindrical-coordinate representation of color #A0DF3C: hue angle of 83.19º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0DF3C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 60 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.13 |
| HSL | 83.19º | 0.72% | 0.55% | - |
| HSV(B) | 83.19º | 0.73% | 0.87% | - |
| XYZ | 41.7 | 60.58 | 13.77 | - |
| YUV | 185.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 60 | 0.28 | 0 | 0.73 | 0.13 | 83.19 | 0.72 | 0.55 |
| Hex | A0 | DF | 3C | 1C | 0 | 49 | D | 53 | 48 | 37 |
| Octal | 240 | 337 | 74 | 34 | 0 | 111 | 15 | 123 | 110 | 67 |
| Binary | 10100000 | 11011111 | 111100 | 11100 | 0 | 1001001 | 1101 | 1010011 | 1001000 | 110111 |
Color Harmonies of #A0DF3C
Complementary color
Monochromatic Colors of #A0DF3C
Black with #A0DF3C
Text Example
Text Example
White with #A0DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF3C; }
p { color: rgb(160,223,60); }
H1.HeaderClassName
{
color: #A0DF3C;
}
.AnyTagClassName
{
color: #A0DF3C;
}
</style>
background-color css
<style>
a { background-color: #A0DF3C; }
a { background-color: rgb(160,223,60); }
div.DivClassName
{
background-color: #A0DF3C;
}
.BgClassName
{
background-color: #A0DF3C;
}
</style>
border-color css
<style>
span { border-color: #A0DF3C; }
span { border-color: rgb(160,223,60); }
td.TdClassName
{
border-color: #A0DF3C;
}
.TagClassName
{
border-color: #A0DF3C;
}
</style>