Shades of Atlantis #A0C042
Tints of Atlantis #A0C042
RGB
CMYK
RGB Variations
Color information
#A0C042 (or 0xA0C042) is known color: Atlantis. HEX triplet: A0, C0 and 42. RGB value is (160,192,66). Sum of RGB (Red+Green+Blue) = 160+192+66=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C042 is #5F3FBD. Grayscale: #A8A8A8. Windows color (decimal): -6242238 or 4374688. OLE color: 4374688.
HSL color Cylindrical-coordinate representation of color #A0C042: hue angle of 75.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0C042 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 66 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.25 |
| HSL | 75.24º | 0.5% | 0.51% | - |
| HSV(B) | 75.24º | 0.66% | 0.75% | - |
| XYZ | 34.33 | 45.57 | 12.14 | - |
| YUV | 168.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 66 | 0.17 | 0 | 0.66 | 0.25 | 75.24 | 0.5 | 0.51 |
| Hex | A0 | C0 | 42 | 11 | 0 | 42 | 19 | 4B | 32 | 33 |
| Octal | 240 | 300 | 102 | 21 | 0 | 102 | 31 | 113 | 62 | 63 |
| Binary | 10100000 | 11000000 | 1000010 | 10001 | 0 | 1000010 | 11001 | 1001011 | 110010 | 110011 |
Color Harmonies of #A0C042
Complementary color
Monochromatic Colors of #A0C042
Black with #A0C042
Text Example
Text Example
White with #A0C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C042; }
p { color: rgb(160,192,66); }
H1.HeaderClassName
{
color: #A0C042;
}
.AnyTagClassName
{
color: #A0C042;
}
</style>
background-color css
<style>
a { background-color: #A0C042; }
a { background-color: rgb(160,192,66); }
div.DivClassName
{
background-color: #A0C042;
}
.BgClassName
{
background-color: #A0C042;
}
</style>
border-color css
<style>
span { border-color: #A0C042; }
span { border-color: rgb(160,192,66); }
td.TdClassName
{
border-color: #A0C042;
}
.TagClassName
{
border-color: #A0C042;
}
</style>