Shades of Atlantis #A6CE49
Tints of Atlantis #A6CE49
RGB
CMYK
RGB Variations
Color information
#A6CE49 (or 0xA6CE49) is known color: Atlantis. HEX triplet: A6, CE and 49. RGB value is (166,206,73). Sum of RGB (Red+Green+Blue) = 166+206+73=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE49 is #5931B6. Grayscale: #B3B3B3. Windows color (decimal): -5845431 or 4837030. OLE color: 4837030.
HSL color Cylindrical-coordinate representation of color #A6CE49: hue angle of 78.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6CE49 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 73 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.19 |
| HSL | 78.05º | 0.58% | 0.55% | - |
| HSV(B) | 78.05º | 0.65% | 0.81% | - |
| XYZ | 39 | 52.73 | 14.43 | - |
| YUV | 178.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 73 | 0.19 | 0 | 0.65 | 0.19 | 78.05 | 0.58 | 0.55 |
| Hex | A6 | CE | 49 | 13 | 0 | 41 | 13 | 4E | 3A | 37 |
| Octal | 246 | 316 | 111 | 23 | 0 | 101 | 23 | 116 | 72 | 67 |
| Binary | 10100110 | 11001110 | 1001001 | 10011 | 0 | 1000001 | 10011 | 1001110 | 111010 | 110111 |
Color Harmonies of #A6CE49
Complementary color
Monochromatic Colors of #A6CE49
Black with #A6CE49
Text Example
Text Example
White with #A6CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE49; }
p { color: rgb(166,206,73); }
H1.HeaderClassName
{
color: #A6CE49;
}
.AnyTagClassName
{
color: #A6CE49;
}
</style>
background-color css
<style>
a { background-color: #A6CE49; }
a { background-color: rgb(166,206,73); }
div.DivClassName
{
background-color: #A6CE49;
}
.BgClassName
{
background-color: #A6CE49;
}
</style>
border-color css
<style>
span { border-color: #A6CE49; }
span { border-color: rgb(166,206,73); }
td.TdClassName
{
border-color: #A6CE49;
}
.TagClassName
{
border-color: #A6CE49;
}
</style>