Shades of Conifer #A8DA5F
Tints of Conifer #A8DA5F
RGB
CMYK
RGB Variations
Color information
#A8DA5F (or 0xA8DA5F) is known color: Conifer. HEX triplet: A8, DA and 5F. RGB value is (168,218,95). Sum of RGB (Red+Green+Blue) = 168+218+95=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5F is #5725A0. Grayscale: #BDBDBD. Windows color (decimal): -5711265 or 6281896. OLE color: 6281896.
HSL color Cylindrical-coordinate representation of color #A8DA5F: hue angle of 84.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8DA5F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 95 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.15 |
| HSL | 84.39º | 0.62% | 0.61% | - |
| HSV(B) | 84.39º | 0.56% | 0.85% | - |
| XYZ | 43.29 | 59.29 | 19.99 | - |
| YUV | 189.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 95 | 0.23 | 0 | 0.56 | 0.15 | 84.39 | 0.62 | 0.61 |
| Hex | A8 | DA | 5F | 17 | 0 | 38 | F | 54 | 3E | 3D |
| Octal | 250 | 332 | 137 | 27 | 0 | 70 | 17 | 124 | 76 | 75 |
| Binary | 10101000 | 11011010 | 1011111 | 10111 | 0 | 111000 | 1111 | 1010100 | 111110 | 111101 |
Color Harmonies of #A8DA5F
Complementary color
Monochromatic Colors of #A8DA5F
Black with #A8DA5F
Text Example
Text Example
White with #A8DA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA5F; }
p { color: rgb(168,218,95); }
H1.HeaderClassName
{
color: #A8DA5F;
}
.AnyTagClassName
{
color: #A8DA5F;
}
</style>
background-color css
<style>
a { background-color: #A8DA5F; }
a { background-color: rgb(168,218,95); }
div.DivClassName
{
background-color: #A8DA5F;
}
.BgClassName
{
background-color: #A8DA5F;
}
</style>
border-color css
<style>
span { border-color: #A8DA5F; }
span { border-color: rgb(168,218,95); }
td.TdClassName
{
border-color: #A8DA5F;
}
.TagClassName
{
border-color: #A8DA5F;
}
</style>