Shades of Atlantis #A6CE41
Tints of Atlantis #A6CE41
RGB
CMYK
RGB Variations
Color information
#A6CE41 (or 0xA6CE41) is known color: Atlantis. HEX triplet: A6, CE and 41. RGB value is (166,206,65). Sum of RGB (Red+Green+Blue) = 166+206+65=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE41 is #5931BE. Grayscale: #B2B2B2. Windows color (decimal): -5845439 or 4312742. OLE color: 4312742.
HSL color Cylindrical-coordinate representation of color #A6CE41: hue angle of 77.02º 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 #A6CE41 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 65 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.19 |
| HSL | 77.02º | 0.59% | 0.53% | - |
| HSV(B) | 77.02º | 0.68% | 0.81% | - |
| XYZ | 38.75 | 52.63 | 13.12 | - |
| YUV | 177.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 65 | 0.19 | 0 | 0.68 | 0.19 | 77.02 | 0.59 | 0.53 |
| Hex | A6 | CE | 41 | 13 | 0 | 44 | 13 | 4D | 3B | 35 |
| Octal | 246 | 316 | 101 | 23 | 0 | 104 | 23 | 115 | 73 | 65 |
| Binary | 10100110 | 11001110 | 1000001 | 10011 | 0 | 1000100 | 10011 | 1001101 | 111011 | 110101 |
Color Harmonies of #A6CE41
Complementary color
Monochromatic Colors of #A6CE41
Black with #A6CE41
Text Example
Text Example
White with #A6CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE41; }
p { color: rgb(166,206,65); }
H1.HeaderClassName
{
color: #A6CE41;
}
.AnyTagClassName
{
color: #A6CE41;
}
</style>
background-color css
<style>
a { background-color: #A6CE41; }
a { background-color: rgb(166,206,65); }
div.DivClassName
{
background-color: #A6CE41;
}
.BgClassName
{
background-color: #A6CE41;
}
</style>
border-color css
<style>
span { border-color: #A6CE41; }
span { border-color: rgb(166,206,65); }
td.TdClassName
{
border-color: #A6CE41;
}
.TagClassName
{
border-color: #A6CE41;
}
</style>