Shades of Atlantis #A0CE41
Tints of Atlantis #A0CE41
RGB
CMYK
RGB Variations
Color information
#A0CE41 (or 0xA0CE41) is known color: Atlantis. HEX triplet: A0, CE and 41. RGB value is (160,206,65). Sum of RGB (Red+Green+Blue) = 160+206+65=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE41 is #5F31BE. Grayscale: #B0B0B0. Windows color (decimal): -6238655 or 4312736. OLE color: 4312736.
HSL color Cylindrical-coordinate representation of color #A0CE41: hue angle of 79.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0CE41 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 65 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.19 |
| HSL | 79.57º | 0.59% | 0.53% | - |
| HSV(B) | 79.57º | 0.68% | 0.81% | - |
| XYZ | 37.52 | 52 | 13.06 | - |
| YUV | 176.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 65 | 0.22 | 0 | 0.68 | 0.19 | 79.57 | 0.59 | 0.53 |
| Hex | A0 | CE | 41 | 16 | 0 | 44 | 13 | 50 | 3B | 35 |
| Octal | 240 | 316 | 101 | 26 | 0 | 104 | 23 | 120 | 73 | 65 |
| Binary | 10100000 | 11001110 | 1000001 | 10110 | 0 | 1000100 | 10011 | 1010000 | 111011 | 110101 |
Color Harmonies of #A0CE41
Complementary color
Monochromatic Colors of #A0CE41
Black with #A0CE41
Text Example
Text Example
White with #A0CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE41; }
p { color: rgb(160,206,65); }
H1.HeaderClassName
{
color: #A0CE41;
}
.AnyTagClassName
{
color: #A0CE41;
}
</style>
background-color css
<style>
a { background-color: #A0CE41; }
a { background-color: rgb(160,206,65); }
div.DivClassName
{
background-color: #A0CE41;
}
.BgClassName
{
background-color: #A0CE41;
}
</style>
border-color css
<style>
span { border-color: #A0CE41; }
span { border-color: rgb(160,206,65); }
td.TdClassName
{
border-color: #A0CE41;
}
.TagClassName
{
border-color: #A0CE41;
}
</style>