Shades of Conifer #A8D057
Tints of Conifer #A8D057
RGB
CMYK
RGB Variations
Color information
#A8D057 (or 0xA8D057) is known color: Conifer. HEX triplet: A8, D0 and 57. RGB value is (168,208,87). Sum of RGB (Red+Green+Blue) = 168+208+87=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D057 is #572FA8. Grayscale: #B6B6B6. Windows color (decimal): -5713833 or 5755048. OLE color: 5755048.
HSL color Cylindrical-coordinate representation of color #A8D057: hue angle of 79.83º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8D057 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 87 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.18 |
| HSL | 79.83º | 0.56% | 0.58% | - |
| HSV(B) | 79.83º | 0.58% | 0.82% | - |
| XYZ | 40.42 | 54.12 | 17.33 | - |
| YUV | 182.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 87 | 0.19 | 0 | 0.58 | 0.18 | 79.83 | 0.56 | 0.58 |
| Hex | A8 | D0 | 57 | 13 | 0 | 3A | 12 | 50 | 38 | 3A |
| Octal | 250 | 320 | 127 | 23 | 0 | 72 | 22 | 120 | 70 | 72 |
| Binary | 10101000 | 11010000 | 1010111 | 10011 | 0 | 111010 | 10010 | 1010000 | 111000 | 111010 |
Color Harmonies of #A8D057
Complementary color
Monochromatic Colors of #A8D057
Black with #A8D057
Text Example
Text Example
White with #A8D057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D057; }
p { color: rgb(168,208,87); }
H1.HeaderClassName
{
color: #A8D057;
}
.AnyTagClassName
{
color: #A8D057;
}
</style>
background-color css
<style>
a { background-color: #A8D057; }
a { background-color: rgb(168,208,87); }
div.DivClassName
{
background-color: #A8D057;
}
.BgClassName
{
background-color: #A8D057;
}
</style>
border-color css
<style>
span { border-color: #A8D057; }
span { border-color: rgb(168,208,87); }
td.TdClassName
{
border-color: #A8D057;
}
.TagClassName
{
border-color: #A8D057;
}
</style>