Shades of Atlantis #A6CE3E
Tints of Atlantis #A6CE3E
RGB
CMYK
RGB Variations
Color information
#A6CE3E (or 0xA6CE3E) is known color: Atlantis. HEX triplet: A6, CE and 3E. RGB value is (166,206,62). Sum of RGB (Red+Green+Blue) = 166+206+62=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE3E is #5931C1. Grayscale: #B2B2B2. Windows color (decimal): -5845442 or 4116134. OLE color: 4116134.
HSL color Cylindrical-coordinate representation of color #A6CE3E: hue angle of 76.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6CE3E is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 62 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.19 |
| HSL | 76.67º | 0.6% | 0.53% | - |
| HSV(B) | 76.67º | 0.7% | 0.81% | - |
| XYZ | 38.67 | 52.6 | 12.67 | - |
| YUV | 177.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 62 | 0.19 | 0 | 0.70 | 0.19 | 76.67 | 0.6 | 0.53 |
| Hex | A6 | CE | 3E | 13 | 0 | 46 | 13 | 4D | 3C | 35 |
| Octal | 246 | 316 | 76 | 23 | 0 | 106 | 23 | 115 | 74 | 65 |
| Binary | 10100110 | 11001110 | 111110 | 10011 | 0 | 1000110 | 10011 | 1001101 | 111100 | 110101 |
Color Harmonies of #A6CE3E
Complementary color
Monochromatic Colors of #A6CE3E
Black with #A6CE3E
Text Example
Text Example
White with #A6CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE3E; }
p { color: rgb(166,206,62); }
H1.HeaderClassName
{
color: #A6CE3E;
}
.AnyTagClassName
{
color: #A6CE3E;
}
</style>
background-color css
<style>
a { background-color: #A6CE3E; }
a { background-color: rgb(166,206,62); }
div.DivClassName
{
background-color: #A6CE3E;
}
.BgClassName
{
background-color: #A6CE3E;
}
</style>
border-color css
<style>
span { border-color: #A6CE3E; }
span { border-color: rgb(166,206,62); }
td.TdClassName
{
border-color: #A6CE3E;
}
.TagClassName
{
border-color: #A6CE3E;
}
</style>