Shades of Atlantis #A6CF42
Tints of Atlantis #A6CF42
RGB
CMYK
RGB Variations
Color information
#A6CF42 (or 0xA6CF42) is known color: Atlantis. HEX triplet: A6, CF and 42. RGB value is (166,207,66). Sum of RGB (Red+Green+Blue) = 166+207+66=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF42 is #5930BD. Grayscale: #B3B3B3. Windows color (decimal): -5845182 or 4378534. OLE color: 4378534.
HSL color Cylindrical-coordinate representation of color #A6CF42: hue angle of 77.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6CF42 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 66 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.19 |
| HSL | 77.45º | 0.59% | 0.54% | - |
| HSV(B) | 77.45º | 0.68% | 0.81% | - |
| XYZ | 39.02 | 53.13 | 13.35 | - |
| YUV | 178.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 66 | 0.20 | 0 | 0.68 | 0.19 | 77.45 | 0.59 | 0.54 |
| Hex | A6 | CF | 42 | 14 | 0 | 44 | 13 | 4D | 3B | 36 |
| Octal | 246 | 317 | 102 | 24 | 0 | 104 | 23 | 115 | 73 | 66 |
| Binary | 10100110 | 11001111 | 1000010 | 10100 | 0 | 1000100 | 10011 | 1001101 | 111011 | 110110 |
Color Harmonies of #A6CF42
Complementary color
Monochromatic Colors of #A6CF42
Black with #A6CF42
Text Example
Text Example
White with #A6CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF42; }
p { color: rgb(166,207,66); }
H1.HeaderClassName
{
color: #A6CF42;
}
.AnyTagClassName
{
color: #A6CF42;
}
</style>
background-color css
<style>
a { background-color: #A6CF42; }
a { background-color: rgb(166,207,66); }
div.DivClassName
{
background-color: #A6CF42;
}
.BgClassName
{
background-color: #A6CF42;
}
</style>
border-color css
<style>
span { border-color: #A6CF42; }
span { border-color: rgb(166,207,66); }
td.TdClassName
{
border-color: #A6CF42;
}
.TagClassName
{
border-color: #A6CF42;
}
</style>