Shades of Conifer #A8D746
Tints of Conifer #A8D746
RGB
CMYK
RGB Variations
Color information
#A8D746 (or 0xA8D746) is known color: Conifer. HEX triplet: A8, D7 and 46. RGB value is (168,215,70). Sum of RGB (Red+Green+Blue) = 168+215+70=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D746 is #5728B9. Grayscale: #B8B8B8. Windows color (decimal): -5712058 or 4642728. OLE color: 4642728.
HSL color Cylindrical-coordinate representation of color #A8D746: hue angle of 79.45º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8D746 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 70 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.16 |
| HSL | 79.45º | 0.64% | 0.56% | - |
| HSV(B) | 79.45º | 0.67% | 0.84% | - |
| XYZ | 41.55 | 57.37 | 14.68 | - |
| YUV | 184.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 70 | 0.22 | 0 | 0.67 | 0.16 | 79.45 | 0.64 | 0.56 |
| Hex | A8 | D7 | 46 | 16 | 0 | 43 | 10 | 4F | 40 | 38 |
| Octal | 250 | 327 | 106 | 26 | 0 | 103 | 20 | 117 | 100 | 70 |
| Binary | 10101000 | 11010111 | 1000110 | 10110 | 0 | 1000011 | 10000 | 1001111 | 1000000 | 111000 |
Color Harmonies of #A8D746
Complementary color
Monochromatic Colors of #A8D746
Black with #A8D746
Text Example
Text Example
White with #A8D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D746; }
p { color: rgb(168,215,70); }
H1.HeaderClassName
{
color: #A8D746;
}
.AnyTagClassName
{
color: #A8D746;
}
</style>
background-color css
<style>
a { background-color: #A8D746; }
a { background-color: rgb(168,215,70); }
div.DivClassName
{
background-color: #A8D746;
}
.BgClassName
{
background-color: #A8D746;
}
</style>
border-color css
<style>
span { border-color: #A8D746; }
span { border-color: rgb(168,215,70); }
td.TdClassName
{
border-color: #A8D746;
}
.TagClassName
{
border-color: #A8D746;
}
</style>