Shades of Conifer #A8CA51
Tints of Conifer #A8CA51
RGB
CMYK
RGB Variations
Color information
#A8CA51 (or 0xA8CA51) is known color: Conifer. HEX triplet: A8, CA and 51. RGB value is (168,202,81). Sum of RGB (Red+Green+Blue) = 168+202+81=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA51 is #5735AE. Grayscale: #B2B2B2. Windows color (decimal): -5715375 or 5360296. OLE color: 5360296.
HSL color Cylindrical-coordinate representation of color #A8CA51: hue angle of 76.86º 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 #A8CA51 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 81 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.21 |
| HSL | 76.86º | 0.53% | 0.55% | - |
| HSV(B) | 76.86º | 0.6% | 0.79% | - |
| XYZ | 38.75 | 51.16 | 15.62 | - |
| YUV | 178.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 81 | 0.17 | 0 | 0.60 | 0.21 | 76.86 | 0.53 | 0.55 |
| Hex | A8 | CA | 51 | 11 | 0 | 3C | 15 | 4D | 35 | 37 |
| Octal | 250 | 312 | 121 | 21 | 0 | 74 | 25 | 115 | 65 | 67 |
| Binary | 10101000 | 11001010 | 1010001 | 10001 | 0 | 111100 | 10101 | 1001101 | 110101 | 110111 |
Color Harmonies of #A8CA51
Complementary color
Monochromatic Colors of #A8CA51
Black with #A8CA51
Text Example
Text Example
White with #A8CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA51; }
p { color: rgb(168,202,81); }
H1.HeaderClassName
{
color: #A8CA51;
}
.AnyTagClassName
{
color: #A8CA51;
}
</style>
background-color css
<style>
a { background-color: #A8CA51; }
a { background-color: rgb(168,202,81); }
div.DivClassName
{
background-color: #A8CA51;
}
.BgClassName
{
background-color: #A8CA51;
}
</style>
border-color css
<style>
span { border-color: #A8CA51; }
span { border-color: rgb(168,202,81); }
td.TdClassName
{
border-color: #A8CA51;
}
.TagClassName
{
border-color: #A8CA51;
}
</style>