Shades of Atlantis #A6CF3F
Tints of Atlantis #A6CF3F
RGB
CMYK
RGB Variations
Color information
#A6CF3F (or 0xA6CF3F) is known color: Atlantis. HEX triplet: A6, CF and 3F. RGB value is (166,207,63). Sum of RGB (Red+Green+Blue) = 166+207+63=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF3F is #5930C0. Grayscale: #B2B2B2. Windows color (decimal): -5845185 or 4181926. OLE color: 4181926.
HSL color Cylindrical-coordinate representation of color #A6CF3F: hue angle of 77.08º 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 #A6CF3F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 63 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.19 |
| HSL | 77.08º | 0.6% | 0.53% | - |
| HSV(B) | 77.08º | 0.7% | 0.81% | - |
| XYZ | 38.94 | 53.09 | 12.9 | - |
| YUV | 178.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 63 | 0.20 | 0 | 0.70 | 0.19 | 77.08 | 0.6 | 0.53 |
| Hex | A6 | CF | 3F | 14 | 0 | 46 | 13 | 4D | 3C | 35 |
| Octal | 246 | 317 | 77 | 24 | 0 | 106 | 23 | 115 | 74 | 65 |
| Binary | 10100110 | 11001111 | 111111 | 10100 | 0 | 1000110 | 10011 | 1001101 | 111100 | 110101 |
Color Harmonies of #A6CF3F
Complementary color
Monochromatic Colors of #A6CF3F
Black with #A6CF3F
Text Example
Text Example
White with #A6CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF3F; }
p { color: rgb(166,207,63); }
H1.HeaderClassName
{
color: #A6CF3F;
}
.AnyTagClassName
{
color: #A6CF3F;
}
</style>
background-color css
<style>
a { background-color: #A6CF3F; }
a { background-color: rgb(166,207,63); }
div.DivClassName
{
background-color: #A6CF3F;
}
.BgClassName
{
background-color: #A6CF3F;
}
</style>
border-color css
<style>
span { border-color: #A6CF3F; }
span { border-color: rgb(166,207,63); }
td.TdClassName
{
border-color: #A6CF3F;
}
.TagClassName
{
border-color: #A6CF3F;
}
</style>