Shades of Conifer #A6CA51
Tints of Conifer #A6CA51
RGB
CMYK
RGB Variations
Color information
#A6CA51 (or 0xA6CA51) is known color: Conifer. HEX triplet: A6, CA and 51. RGB value is (166,202,81). Sum of RGB (Red+Green+Blue) = 166+202+81=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA51 is #5935AE. Grayscale: #B1B1B1. Windows color (decimal): -5846447 or 5360294. OLE color: 5360294.
HSL color Cylindrical-coordinate representation of color #A6CA51: hue angle of 77.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6CA51 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 81 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.21 |
| HSL | 77.85º | 0.53% | 0.55% | - |
| HSV(B) | 77.85º | 0.6% | 0.79% | - |
| XYZ | 38.33 | 50.94 | 15.6 | - |
| YUV | 177.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 81 | 0.18 | 0 | 0.60 | 0.21 | 77.85 | 0.53 | 0.55 |
| Hex | A6 | CA | 51 | 12 | 0 | 3C | 15 | 4E | 35 | 37 |
| Octal | 246 | 312 | 121 | 22 | 0 | 74 | 25 | 116 | 65 | 67 |
| Binary | 10100110 | 11001010 | 1010001 | 10010 | 0 | 111100 | 10101 | 1001110 | 110101 | 110111 |
Color Harmonies of #A6CA51
Complementary color
Monochromatic Colors of #A6CA51
Black with #A6CA51
Text Example
Text Example
White with #A6CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA51; }
p { color: rgb(166,202,81); }
H1.HeaderClassName
{
color: #A6CA51;
}
.AnyTagClassName
{
color: #A6CA51;
}
</style>
background-color css
<style>
a { background-color: #A6CA51; }
a { background-color: rgb(166,202,81); }
div.DivClassName
{
background-color: #A6CA51;
}
.BgClassName
{
background-color: #A6CA51;
}
</style>
border-color css
<style>
span { border-color: #A6CA51; }
span { border-color: rgb(166,202,81); }
td.TdClassName
{
border-color: #A6CA51;
}
.TagClassName
{
border-color: #A6CA51;
}
</style>