Shades of Atlantis #A6CE3F
Tints of Atlantis #A6CE3F
RGB
CMYK
RGB Variations
Color information
#A6CE3F (or 0xA6CE3F) is known color: Atlantis. HEX triplet: A6, CE and 3F. RGB value is (166,206,63). Sum of RGB (Red+Green+Blue) = 166+206+63=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE3F is #5931C0. Grayscale: #B2B2B2. Windows color (decimal): -5845441 or 4181670. OLE color: 4181670.
HSL color Cylindrical-coordinate representation of color #A6CE3F: hue angle of 76.78º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6CE3F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 63 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.19 |
| HSL | 76.78º | 0.59% | 0.53% | - |
| HSV(B) | 76.78º | 0.69% | 0.81% | - |
| XYZ | 38.69 | 52.61 | 12.82 | - |
| YUV | 177.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 63 | 0.19 | 0 | 0.69 | 0.19 | 76.78 | 0.59 | 0.53 |
| Hex | A6 | CE | 3F | 13 | 0 | 45 | 13 | 4D | 3B | 35 |
| Octal | 246 | 316 | 77 | 23 | 0 | 105 | 23 | 115 | 73 | 65 |
| Binary | 10100110 | 11001110 | 111111 | 10011 | 0 | 1000101 | 10011 | 1001101 | 111011 | 110101 |
Color Harmonies of #A6CE3F
Complementary color
Monochromatic Colors of #A6CE3F
Black with #A6CE3F
Text Example
Text Example
White with #A6CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE3F; }
p { color: rgb(166,206,63); }
H1.HeaderClassName
{
color: #A6CE3F;
}
.AnyTagClassName
{
color: #A6CE3F;
}
</style>
background-color css
<style>
a { background-color: #A6CE3F; }
a { background-color: rgb(166,206,63); }
div.DivClassName
{
background-color: #A6CE3F;
}
.BgClassName
{
background-color: #A6CE3F;
}
</style>
border-color css
<style>
span { border-color: #A6CE3F; }
span { border-color: rgb(166,206,63); }
td.TdClassName
{
border-color: #A6CE3F;
}
.TagClassName
{
border-color: #A6CE3F;
}
</style>