Shades of Atlantis #A0C03C
Tints of Atlantis #A0C03C
RGB
CMYK
RGB Variations
Color information
#A0C03C (or 0xA0C03C) is known color: Atlantis. HEX triplet: A0, C0 and 3C. RGB value is (160,192,60). Sum of RGB (Red+Green+Blue) = 160+192+60=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C03C is #5F3FC3. Grayscale: #A7A7A7. Windows color (decimal): -6242244 or 3981472. OLE color: 3981472.
HSL color Cylindrical-coordinate representation of color #A0C03C: hue angle of 74.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C03C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 60 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.25 |
| HSL | 74.55º | 0.52% | 0.49% | - |
| HSV(B) | 74.55º | 0.69% | 0.75% | - |
| XYZ | 34.16 | 45.5 | 11.26 | - |
| YUV | 167.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 60 | 0.17 | 0 | 0.69 | 0.25 | 74.55 | 0.52 | 0.49 |
| Hex | A0 | C0 | 3C | 11 | 0 | 45 | 19 | 4B | 34 | 31 |
| Octal | 240 | 300 | 74 | 21 | 0 | 105 | 31 | 113 | 64 | 61 |
| Binary | 10100000 | 11000000 | 111100 | 10001 | 0 | 1000101 | 11001 | 1001011 | 110100 | 110001 |
Color Harmonies of #A0C03C
Complementary color
Monochromatic Colors of #A0C03C
Black with #A0C03C
Text Example
Text Example
White with #A0C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C03C; }
p { color: rgb(160,192,60); }
H1.HeaderClassName
{
color: #A0C03C;
}
.AnyTagClassName
{
color: #A0C03C;
}
</style>
background-color css
<style>
a { background-color: #A0C03C; }
a { background-color: rgb(160,192,60); }
div.DivClassName
{
background-color: #A0C03C;
}
.BgClassName
{
background-color: #A0C03C;
}
</style>
border-color css
<style>
span { border-color: #A0C03C; }
span { border-color: rgb(160,192,60); }
td.TdClassName
{
border-color: #A0C03C;
}
.TagClassName
{
border-color: #A0C03C;
}
</style>