Shades of Conifer #A8D05B
Tints of Conifer #A8D05B
RGB
CMYK
RGB Variations
Color information
#A8D05B (or 0xA8D05B) is known color: Conifer. HEX triplet: A8, D0 and 5B. RGB value is (168,208,91). Sum of RGB (Red+Green+Blue) = 168+208+91=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D05B is #572FA4. Grayscale: #B7B7B7. Windows color (decimal): -5713829 or 6017192. OLE color: 6017192.
HSL color Cylindrical-coordinate representation of color #A8D05B: hue angle of 80.51º degrees, saturation: 0.55, 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 #A8D05B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 91 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.18 |
| HSL | 80.51º | 0.55% | 0.59% | - |
| HSV(B) | 80.51º | 0.56% | 0.82% | - |
| XYZ | 40.59 | 54.19 | 18.22 | - |
| YUV | 182.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 91 | 0.19 | 0 | 0.56 | 0.18 | 80.51 | 0.55 | 0.59 |
| Hex | A8 | D0 | 5B | 13 | 0 | 38 | 12 | 51 | 37 | 3B |
| Octal | 250 | 320 | 133 | 23 | 0 | 70 | 22 | 121 | 67 | 73 |
| Binary | 10101000 | 11010000 | 1011011 | 10011 | 0 | 111000 | 10010 | 1010001 | 110111 | 111011 |
Color Harmonies of #A8D05B
Complementary color
Monochromatic Colors of #A8D05B
Black with #A8D05B
Text Example
Text Example
White with #A8D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D05B; }
p { color: rgb(168,208,91); }
H1.HeaderClassName
{
color: #A8D05B;
}
.AnyTagClassName
{
color: #A8D05B;
}
</style>
background-color css
<style>
a { background-color: #A8D05B; }
a { background-color: rgb(168,208,91); }
div.DivClassName
{
background-color: #A8D05B;
}
.BgClassName
{
background-color: #A8D05B;
}
</style>
border-color css
<style>
span { border-color: #A8D05B; }
span { border-color: rgb(168,208,91); }
td.TdClassName
{
border-color: #A8D05B;
}
.TagClassName
{
border-color: #A8D05B;
}
</style>