Shades of Conifer #A8D757
Tints of Conifer #A8D757
RGB
CMYK
RGB Variations
Color information
#A8D757 (or 0xA8D757) is known color: Conifer. HEX triplet: A8, D7 and 57. RGB value is (168,215,87). Sum of RGB (Red+Green+Blue) = 168+215+87=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D757 is #5728A8. Grayscale: #BABABA. Windows color (decimal): -5712041 or 5756840. OLE color: 5756840.
HSL color Cylindrical-coordinate representation of color #A8D757: hue angle of 82.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D757 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 87 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.16 |
| HSL | 82.03º | 0.62% | 0.59% | - |
| HSV(B) | 82.03º | 0.6% | 0.84% | - |
| XYZ | 42.17 | 57.61 | 17.91 | - |
| YUV | 186.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 87 | 0.22 | 0 | 0.60 | 0.16 | 82.03 | 0.62 | 0.59 |
| Hex | A8 | D7 | 57 | 16 | 0 | 3C | 10 | 52 | 3E | 3B |
| Octal | 250 | 327 | 127 | 26 | 0 | 74 | 20 | 122 | 76 | 73 |
| Binary | 10101000 | 11010111 | 1010111 | 10110 | 0 | 111100 | 10000 | 1010010 | 111110 | 111011 |
Color Harmonies of #A8D757
Complementary color
Monochromatic Colors of #A8D757
Black with #A8D757
Text Example
Text Example
White with #A8D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D757; }
p { color: rgb(168,215,87); }
H1.HeaderClassName
{
color: #A8D757;
}
.AnyTagClassName
{
color: #A8D757;
}
</style>
background-color css
<style>
a { background-color: #A8D757; }
a { background-color: rgb(168,215,87); }
div.DivClassName
{
background-color: #A8D757;
}
.BgClassName
{
background-color: #A8D757;
}
</style>
border-color css
<style>
span { border-color: #A8D757; }
span { border-color: rgb(168,215,87); }
td.TdClassName
{
border-color: #A8D757;
}
.TagClassName
{
border-color: #A8D757;
}
</style>