Shades of Conifer #A8D751
Tints of Conifer #A8D751
RGB
CMYK
RGB Variations
Color information
#A8D751 (or 0xA8D751) is known color: Conifer. HEX triplet: A8, D7 and 51. RGB value is (168,215,81). Sum of RGB (Red+Green+Blue) = 168+215+81=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D751 is #5728AE. Grayscale: #BABABA. Windows color (decimal): -5712047 or 5363624. OLE color: 5363624.
HSL color Cylindrical-coordinate representation of color #A8D751: hue angle of 81.04º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8D751 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 81 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.16 |
| HSL | 81.04º | 0.63% | 0.58% | - |
| HSV(B) | 81.04º | 0.62% | 0.84% | - |
| XYZ | 41.93 | 57.52 | 16.68 | - |
| YUV | 185.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 81 | 0.22 | 0 | 0.62 | 0.16 | 81.04 | 0.63 | 0.58 |
| Hex | A8 | D7 | 51 | 16 | 0 | 3E | 10 | 51 | 3F | 3A |
| Octal | 250 | 327 | 121 | 26 | 0 | 76 | 20 | 121 | 77 | 72 |
| Binary | 10101000 | 11010111 | 1010001 | 10110 | 0 | 111110 | 10000 | 1010001 | 111111 | 111010 |
Color Harmonies of #A8D751
Complementary color
Monochromatic Colors of #A8D751
Black with #A8D751
Text Example
Text Example
White with #A8D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D751; }
p { color: rgb(168,215,81); }
H1.HeaderClassName
{
color: #A8D751;
}
.AnyTagClassName
{
color: #A8D751;
}
</style>
background-color css
<style>
a { background-color: #A8D751; }
a { background-color: rgb(168,215,81); }
div.DivClassName
{
background-color: #A8D751;
}
.BgClassName
{
background-color: #A8D751;
}
</style>
border-color css
<style>
span { border-color: #A8D751; }
span { border-color: rgb(168,215,81); }
td.TdClassName
{
border-color: #A8D751;
}
.TagClassName
{
border-color: #A8D751;
}
</style>