Shades of Atlantis #A6CF47
Tints of Atlantis #A6CF47
RGB
CMYK
RGB Variations
Color information
#A6CF47 (or 0xA6CF47) is known color: Atlantis. HEX triplet: A6, CF and 47. RGB value is (166,207,71). Sum of RGB (Red+Green+Blue) = 166+207+71=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF47 is #5930B8. Grayscale: #B3B3B3. Windows color (decimal): -5845177 or 4706214. OLE color: 4706214.
HSL color Cylindrical-coordinate representation of color #A6CF47: hue angle of 78.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6CF47 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 71 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.19 |
| HSL | 78.09º | 0.59% | 0.55% | - |
| HSV(B) | 78.09º | 0.66% | 0.81% | - |
| XYZ | 39.18 | 53.19 | 14.16 | - |
| YUV | 179.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 71 | 0.20 | 0 | 0.66 | 0.19 | 78.09 | 0.59 | 0.55 |
| Hex | A6 | CF | 47 | 14 | 0 | 42 | 13 | 4E | 3B | 37 |
| Octal | 246 | 317 | 107 | 24 | 0 | 102 | 23 | 116 | 73 | 67 |
| Binary | 10100110 | 11001111 | 1000111 | 10100 | 0 | 1000010 | 10011 | 1001110 | 111011 | 110111 |
Color Harmonies of #A6CF47
Complementary color
Monochromatic Colors of #A6CF47
Black with #A6CF47
Text Example
Text Example
White with #A6CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF47; }
p { color: rgb(166,207,71); }
H1.HeaderClassName
{
color: #A6CF47;
}
.AnyTagClassName
{
color: #A6CF47;
}
</style>
background-color css
<style>
a { background-color: #A6CF47; }
a { background-color: rgb(166,207,71); }
div.DivClassName
{
background-color: #A6CF47;
}
.BgClassName
{
background-color: #A6CF47;
}
</style>
border-color css
<style>
span { border-color: #A6CF47; }
span { border-color: rgb(166,207,71); }
td.TdClassName
{
border-color: #A6CF47;
}
.TagClassName
{
border-color: #A6CF47;
}
</style>