Shades of Atlantis #A6CF3D
Tints of Atlantis #A6CF3D
RGB
CMYK
RGB Variations
Color information
#A6CF3D (or 0xA6CF3D) is known color: Atlantis. HEX triplet: A6, CF and 3D. RGB value is (166,207,61). Sum of RGB (Red+Green+Blue) = 166+207+61=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF3D is #5930C2. Grayscale: #B2B2B2. Windows color (decimal): -5845187 or 4050854. OLE color: 4050854.
HSL color Cylindrical-coordinate representation of color #A6CF3D: hue angle of 76.85º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6CF3D is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 61 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.19 |
| HSL | 76.85º | 0.6% | 0.53% | - |
| HSV(B) | 76.85º | 0.71% | 0.81% | - |
| XYZ | 38.88 | 53.07 | 12.61 | - |
| YUV | 178.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 61 | 0.20 | 0 | 0.71 | 0.19 | 76.85 | 0.6 | 0.53 |
| Hex | A6 | CF | 3D | 14 | 0 | 47 | 13 | 4D | 3C | 35 |
| Octal | 246 | 317 | 75 | 24 | 0 | 107 | 23 | 115 | 74 | 65 |
| Binary | 10100110 | 11001111 | 111101 | 10100 | 0 | 1000111 | 10011 | 1001101 | 111100 | 110101 |
Color Harmonies of #A6CF3D
Complementary color
Monochromatic Colors of #A6CF3D
Black with #A6CF3D
Text Example
Text Example
White with #A6CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF3D; }
p { color: rgb(166,207,61); }
H1.HeaderClassName
{
color: #A6CF3D;
}
.AnyTagClassName
{
color: #A6CF3D;
}
</style>
background-color css
<style>
a { background-color: #A6CF3D; }
a { background-color: rgb(166,207,61); }
div.DivClassName
{
background-color: #A6CF3D;
}
.BgClassName
{
background-color: #A6CF3D;
}
</style>
border-color css
<style>
span { border-color: #A6CF3D; }
span { border-color: rgb(166,207,61); }
td.TdClassName
{
border-color: #A6CF3D;
}
.TagClassName
{
border-color: #A6CF3D;
}
</style>