Shades of Conifer #A8D05D
Tints of Conifer #A8D05D
RGB
CMYK
RGB Variations
Color information
#A8D05D (or 0xA8D05D) is known color: Conifer. HEX triplet: A8, D0 and 5D. RGB value is (168,208,93). Sum of RGB (Red+Green+Blue) = 168+208+93=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D05D is #572FA2. Grayscale: #B7B7B7. Windows color (decimal): -5713827 or 6148264. OLE color: 6148264.
HSL color Cylindrical-coordinate representation of color #A8D05D: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D05D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 93 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.18 |
| HSL | 80.87º | 0.55% | 0.59% | - |
| HSV(B) | 80.87º | 0.55% | 0.82% | - |
| XYZ | 40.68 | 54.23 | 18.68 | - |
| YUV | 182.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 93 | 0.19 | 0 | 0.55 | 0.18 | 80.87 | 0.55 | 0.59 |
| Hex | A8 | D0 | 5D | 13 | 0 | 37 | 12 | 51 | 37 | 3B |
| Octal | 250 | 320 | 135 | 23 | 0 | 67 | 22 | 121 | 67 | 73 |
| Binary | 10101000 | 11010000 | 1011101 | 10011 | 0 | 110111 | 10010 | 1010001 | 110111 | 111011 |
Color Harmonies of #A8D05D
Complementary color
Monochromatic Colors of #A8D05D
Black with #A8D05D
Text Example
Text Example
White with #A8D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D05D; }
p { color: rgb(168,208,93); }
H1.HeaderClassName
{
color: #A8D05D;
}
.AnyTagClassName
{
color: #A8D05D;
}
</style>
background-color css
<style>
a { background-color: #A8D05D; }
a { background-color: rgb(168,208,93); }
div.DivClassName
{
background-color: #A8D05D;
}
.BgClassName
{
background-color: #A8D05D;
}
</style>
border-color css
<style>
span { border-color: #A8D05D; }
span { border-color: rgb(168,208,93); }
td.TdClassName
{
border-color: #A8D05D;
}
.TagClassName
{
border-color: #A8D05D;
}
</style>