Shades of Atlantis #A0C241
Tints of Atlantis #A0C241
RGB
CMYK
RGB Variations
Color information
#A0C241 (or 0xA0C241) is known color: Atlantis. HEX triplet: A0, C2 and 41. RGB value is (160,194,65). Sum of RGB (Red+Green+Blue) = 160+194+65=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C241 is #5F3DBE. Grayscale: #A9A9A9. Windows color (decimal): -6241727 or 4309664. OLE color: 4309664.
HSL color Cylindrical-coordinate representation of color #A0C241: hue angle of 75.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0C241 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 65 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.24 |
| HSL | 75.81º | 0.51% | 0.51% | - |
| HSV(B) | 75.81º | 0.66% | 0.76% | - |
| XYZ | 34.74 | 46.44 | 12.13 | - |
| YUV | 169.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 65 | 0.18 | 0 | 0.66 | 0.24 | 75.81 | 0.51 | 0.51 |
| Hex | A0 | C2 | 41 | 12 | 0 | 42 | 18 | 4C | 33 | 33 |
| Octal | 240 | 302 | 101 | 22 | 0 | 102 | 30 | 114 | 63 | 63 |
| Binary | 10100000 | 11000010 | 1000001 | 10010 | 0 | 1000010 | 11000 | 1001100 | 110011 | 110011 |
Color Harmonies of #A0C241
Complementary color
Monochromatic Colors of #A0C241
Black with #A0C241
Text Example
Text Example
White with #A0C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C241; }
p { color: rgb(160,194,65); }
H1.HeaderClassName
{
color: #A0C241;
}
.AnyTagClassName
{
color: #A0C241;
}
</style>
background-color css
<style>
a { background-color: #A0C241; }
a { background-color: rgb(160,194,65); }
div.DivClassName
{
background-color: #A0C241;
}
.BgClassName
{
background-color: #A0C241;
}
</style>
border-color css
<style>
span { border-color: #A0C241; }
span { border-color: rgb(160,194,65); }
td.TdClassName
{
border-color: #A0C241;
}
.TagClassName
{
border-color: #A0C241;
}
</style>