Shades of Conifer #A8D25C
Tints of Conifer #A8D25C
RGB
CMYK
RGB Variations
Color information
#A8D25C (or 0xA8D25C) is known color: Conifer. HEX triplet: A8, D2 and 5C. RGB value is (168,210,92). Sum of RGB (Red+Green+Blue) = 168+210+92=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D25C is #572DA3. Grayscale: #B8B8B8. Windows color (decimal): -5713316 or 6083240. OLE color: 6083240.
HSL color Cylindrical-coordinate representation of color #A8D25C: hue angle of 81.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D25C is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 92 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.18 |
| HSL | 81.36º | 0.57% | 0.59% | - |
| HSV(B) | 81.36º | 0.56% | 0.82% | - |
| XYZ | 41.13 | 55.19 | 18.61 | - |
| YUV | 183.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 92 | 0.2 | 0 | 0.56 | 0.18 | 81.36 | 0.57 | 0.59 |
| Hex | A8 | D2 | 5C | 14 | 0 | 38 | 12 | 51 | 39 | 3B |
| Octal | 250 | 322 | 134 | 24 | 0 | 70 | 22 | 121 | 71 | 73 |
| Binary | 10101000 | 11010010 | 1011100 | 10100 | 0 | 111000 | 10010 | 1010001 | 111001 | 111011 |
Color Harmonies of #A8D25C
Complementary color
Monochromatic Colors of #A8D25C
Black with #A8D25C
Text Example
Text Example
White with #A8D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D25C; }
p { color: rgb(168,210,92); }
H1.HeaderClassName
{
color: #A8D25C;
}
.AnyTagClassName
{
color: #A8D25C;
}
</style>
background-color css
<style>
a { background-color: #A8D25C; }
a { background-color: rgb(168,210,92); }
div.DivClassName
{
background-color: #A8D25C;
}
.BgClassName
{
background-color: #A8D25C;
}
</style>
border-color css
<style>
span { border-color: #A8D25C; }
span { border-color: rgb(168,210,92); }
td.TdClassName
{
border-color: #A8D25C;
}
.TagClassName
{
border-color: #A8D25C;
}
</style>