Shades of Atlantis #A0D03C
Tints of Atlantis #A0D03C
RGB
CMYK
RGB Variations
Color information
#A0D03C (or 0xA0D03C) is known color: Atlantis. HEX triplet: A0, D0 and 3C. RGB value is (160,208,60). Sum of RGB (Red+Green+Blue) = 160+208+60=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D03C is #5F2FC3. Grayscale: #B1B1B1. Windows color (decimal): -6238148 or 3985568. OLE color: 3985568.
HSL color Cylindrical-coordinate representation of color #A0D03C: hue angle of 79.46º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0D03C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.18 |
| HSL | 79.46º | 0.61% | 0.53% | - |
| HSV(B) | 79.46º | 0.71% | 0.82% | - |
| XYZ | 37.87 | 52.91 | 12.49 | - |
| YUV | 176.78 | 62.1 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 60 | 0.23 | 0 | 0.71 | 0.18 | 79.46 | 0.61 | 0.53 |
| Hex | A0 | D0 | 3C | 17 | 0 | 47 | 12 | 4F | 3D | 35 |
| Octal | 240 | 320 | 74 | 27 | 0 | 107 | 22 | 117 | 75 | 65 |
| Binary | 10100000 | 11010000 | 111100 | 10111 | 0 | 1000111 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A0D03C
Complementary color
Monochromatic Colors of #A0D03C
Black with #A0D03C
Text Example
Text Example
White with #A0D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D03C; }
p { color: rgb(160,208,60); }
H1.HeaderClassName
{
color: #A0D03C;
}
.AnyTagClassName
{
color: #A0D03C;
}
</style>
background-color css
<style>
a { background-color: #A0D03C; }
a { background-color: rgb(160,208,60); }
div.DivClassName
{
background-color: #A0D03C;
}
.BgClassName
{
background-color: #A0D03C;
}
</style>
border-color css
<style>
span { border-color: #A0D03C; }
span { border-color: rgb(160,208,60); }
td.TdClassName
{
border-color: #A0D03C;
}
.TagClassName
{
border-color: #A0D03C;
}
</style>