Shades of Conifer #A8DA51
Tints of Conifer #A8DA51
RGB
CMYK
RGB Variations
Color information
#A8DA51 (or 0xA8DA51) is known color: Conifer. HEX triplet: A8, DA and 51. RGB value is (168,218,81). Sum of RGB (Red+Green+Blue) = 168+218+81=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA51 is #5725AE. Grayscale: #BBBBBB. Windows color (decimal): -5711279 or 5364392. OLE color: 5364392.
HSL color Cylindrical-coordinate representation of color #A8DA51: hue angle of 81.9º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DA51 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 81 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.15 |
| HSL | 81.9º | 0.65% | 0.59% | - |
| HSV(B) | 81.9º | 0.63% | 0.85% | - |
| XYZ | 42.71 | 59.06 | 16.93 | - |
| YUV | 187.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 81 | 0.23 | 0 | 0.63 | 0.15 | 81.9 | 0.65 | 0.59 |
| Hex | A8 | DA | 51 | 17 | 0 | 3F | F | 52 | 41 | 3B |
| Octal | 250 | 332 | 121 | 27 | 0 | 77 | 17 | 122 | 101 | 73 |
| Binary | 10101000 | 11011010 | 1010001 | 10111 | 0 | 111111 | 1111 | 1010010 | 1000001 | 111011 |
Color Harmonies of #A8DA51
Complementary color
Monochromatic Colors of #A8DA51
Black with #A8DA51
Text Example
Text Example
White with #A8DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA51; }
p { color: rgb(168,218,81); }
H1.HeaderClassName
{
color: #A8DA51;
}
.AnyTagClassName
{
color: #A8DA51;
}
</style>
background-color css
<style>
a { background-color: #A8DA51; }
a { background-color: rgb(168,218,81); }
div.DivClassName
{
background-color: #A8DA51;
}
.BgClassName
{
background-color: #A8DA51;
}
</style>
border-color css
<style>
span { border-color: #A8DA51; }
span { border-color: rgb(168,218,81); }
td.TdClassName
{
border-color: #A8DA51;
}
.TagClassName
{
border-color: #A8DA51;
}
</style>