Shades of Conifer #A6F657
Tints of Conifer #A6F657
RGB
CMYK
RGB Variations
Color information
#A6F657 (or 0xA6F657) is known color: Conifer. HEX triplet: A6, F6 and 57. RGB value is (166,246,87). Sum of RGB (Red+Green+Blue) = 166+246+87=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F657 is #5909A8. Grayscale: #CCCCCC. Windows color (decimal): -5835177 or 5764774. OLE color: 5764774.
HSL color Cylindrical-coordinate representation of color #A6F657: hue angle of 90.19º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F657 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 87 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.04 |
| HSL | 90.19º | 0.9% | 0.65% | - |
| HSV(B) | 90.19º | 0.65% | 0.96% | - |
| XYZ | 50.4 | 74.71 | 20.78 | - |
| YUV | 203.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 87 | 0.33 | 0 | 0.65 | 0.04 | 90.19 | 0.9 | 0.65 |
| Hex | A6 | F6 | 57 | 21 | 0 | 41 | 4 | 5A | 5A | 41 |
| Octal | 246 | 366 | 127 | 41 | 0 | 101 | 4 | 132 | 132 | 101 |
| Binary | 10100110 | 11110110 | 1010111 | 100001 | 0 | 1000001 | 100 | 1011010 | 1011010 | 1000001 |
Color Harmonies of #A6F657
Complementary color
Monochromatic Colors of #A6F657
Black with #A6F657
Text Example
Text Example
White with #A6F657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F657; }
p { color: rgb(166,246,87); }
H1.HeaderClassName
{
color: #A6F657;
}
.AnyTagClassName
{
color: #A6F657;
}
</style>
background-color css
<style>
a { background-color: #A6F657; }
a { background-color: rgb(166,246,87); }
div.DivClassName
{
background-color: #A6F657;
}
.BgClassName
{
background-color: #A6F657;
}
</style>
border-color css
<style>
span { border-color: #A6F657; }
span { border-color: rgb(166,246,87); }
td.TdClassName
{
border-color: #A6F657;
}
.TagClassName
{
border-color: #A6F657;
}
</style>