Shades of Conifer #A8DA5C
Tints of Conifer #A8DA5C
RGB
CMYK
RGB Variations
Color information
#A8DA5C (or 0xA8DA5C) is known color: Conifer. HEX triplet: A8, DA and 5C. RGB value is (168,218,92). Sum of RGB (Red+Green+Blue) = 168+218+92=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5C is #5725A3. Grayscale: #BDBDBD. Windows color (decimal): -5711268 or 6085288. OLE color: 6085288.
HSL color Cylindrical-coordinate representation of color #A8DA5C: hue angle of 83.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8DA5C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 92 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.15 |
| HSL | 83.81º | 0.63% | 0.61% | - |
| HSV(B) | 83.81º | 0.58% | 0.85% | - |
| XYZ | 43.15 | 59.24 | 19.29 | - |
| YUV | 188.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 92 | 0.23 | 0 | 0.58 | 0.15 | 83.81 | 0.63 | 0.61 |
| Hex | A8 | DA | 5C | 17 | 0 | 3A | F | 54 | 3F | 3D |
| Octal | 250 | 332 | 134 | 27 | 0 | 72 | 17 | 124 | 77 | 75 |
| Binary | 10101000 | 11011010 | 1011100 | 10111 | 0 | 111010 | 1111 | 1010100 | 111111 | 111101 |
Color Harmonies of #A8DA5C
Complementary color
Monochromatic Colors of #A8DA5C
Black with #A8DA5C
Text Example
Text Example
White with #A8DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA5C; }
p { color: rgb(168,218,92); }
H1.HeaderClassName
{
color: #A8DA5C;
}
.AnyTagClassName
{
color: #A8DA5C;
}
</style>
background-color css
<style>
a { background-color: #A8DA5C; }
a { background-color: rgb(168,218,92); }
div.DivClassName
{
background-color: #A8DA5C;
}
.BgClassName
{
background-color: #A8DA5C;
}
</style>
border-color css
<style>
span { border-color: #A8DA5C; }
span { border-color: rgb(168,218,92); }
td.TdClassName
{
border-color: #A8DA5C;
}
.TagClassName
{
border-color: #A8DA5C;
}
</style>