Shades of Atlantis #A6CF40
Tints of Atlantis #A6CF40
RGB
CMYK
RGB Variations
Color information
#A6CF40 (or 0xA6CF40) is known color: Atlantis. HEX triplet: A6, CF and 40. RGB value is (166,207,64). Sum of RGB (Red+Green+Blue) = 166+207+64=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF40 is #5930BF. Grayscale: #B2B2B2. Windows color (decimal): -5845184 or 4247462. OLE color: 4247462.
HSL color Cylindrical-coordinate representation of color #A6CF40: hue angle of 77.2º degrees, saturation: 0.6, 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 #A6CF40 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 64 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.19 |
| HSL | 77.2º | 0.6% | 0.53% | - |
| HSV(B) | 77.2º | 0.69% | 0.81% | - |
| XYZ | 38.96 | 53.1 | 13.05 | - |
| YUV | 178.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 64 | 0.20 | 0 | 0.69 | 0.19 | 77.2 | 0.6 | 0.53 |
| Hex | A6 | CF | 40 | 14 | 0 | 45 | 13 | 4D | 3C | 35 |
| Octal | 246 | 317 | 100 | 24 | 0 | 105 | 23 | 115 | 74 | 65 |
| Binary | 10100110 | 11001111 | 1000000 | 10100 | 0 | 1000101 | 10011 | 1001101 | 111100 | 110101 |
Color Harmonies of #A6CF40
Complementary color
Monochromatic Colors of #A6CF40
Black with #A6CF40
Text Example
Text Example
White with #A6CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF40; }
p { color: rgb(166,207,64); }
H1.HeaderClassName
{
color: #A6CF40;
}
.AnyTagClassName
{
color: #A6CF40;
}
</style>
background-color css
<style>
a { background-color: #A6CF40; }
a { background-color: rgb(166,207,64); }
div.DivClassName
{
background-color: #A6CF40;
}
.BgClassName
{
background-color: #A6CF40;
}
</style>
border-color css
<style>
span { border-color: #A6CF40; }
span { border-color: rgb(166,207,64); }
td.TdClassName
{
border-color: #A6CF40;
}
.TagClassName
{
border-color: #A6CF40;
}
</style>