Shades of Conifer #A8D457
Tints of Conifer #A8D457
RGB
CMYK
RGB Variations
Color information
#A8D457 (or 0xA8D457) is known color: Conifer. HEX triplet: A8, D4 and 57. RGB value is (168,212,87). Sum of RGB (Red+Green+Blue) = 168+212+87=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D457 is #572BA8. Grayscale: #B9B9B9. Windows color (decimal): -5712809 or 5756072. OLE color: 5756072.
HSL color Cylindrical-coordinate representation of color #A8D457: hue angle of 81.12º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D457 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 87 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.17 |
| HSL | 81.12º | 0.59% | 0.59% | - |
| HSV(B) | 81.12º | 0.59% | 0.83% | - |
| XYZ | 41.41 | 56.1 | 17.66 | - |
| YUV | 184.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 87 | 0.21 | 0 | 0.59 | 0.17 | 81.12 | 0.59 | 0.59 |
| Hex | A8 | D4 | 57 | 15 | 0 | 3B | 11 | 51 | 3B | 3B |
| Octal | 250 | 324 | 127 | 25 | 0 | 73 | 21 | 121 | 73 | 73 |
| Binary | 10101000 | 11010100 | 1010111 | 10101 | 0 | 111011 | 10001 | 1010001 | 111011 | 111011 |
Color Harmonies of #A8D457
Complementary color
Monochromatic Colors of #A8D457
Black with #A8D457
Text Example
Text Example
White with #A8D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D457; }
p { color: rgb(168,212,87); }
H1.HeaderClassName
{
color: #A8D457;
}
.AnyTagClassName
{
color: #A8D457;
}
</style>
background-color css
<style>
a { background-color: #A8D457; }
a { background-color: rgb(168,212,87); }
div.DivClassName
{
background-color: #A8D457;
}
.BgClassName
{
background-color: #A8D457;
}
</style>
border-color css
<style>
span { border-color: #A8D457; }
span { border-color: rgb(168,212,87); }
td.TdClassName
{
border-color: #A8D457;
}
.TagClassName
{
border-color: #A8D457;
}
</style>