Shades of Conifer #A8DA57
Tints of Conifer #A8DA57
RGB
CMYK
RGB Variations
Color information
#A8DA57 (or 0xA8DA57) is known color: Conifer. HEX triplet: A8, DA and 57. RGB value is (168,218,87). Sum of RGB (Red+Green+Blue) = 168+218+87=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA57 is #5725A8. Grayscale: #BCBCBC. Windows color (decimal): -5711273 or 5757608. OLE color: 5757608.
HSL color Cylindrical-coordinate representation of color #A8DA57: hue angle of 82.9º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8DA57 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 87 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.15 |
| HSL | 82.9º | 0.64% | 0.6% | - |
| HSV(B) | 82.9º | 0.6% | 0.85% | - |
| XYZ | 42.94 | 59.16 | 18.17 | - |
| YUV | 188.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 87 | 0.23 | 0 | 0.60 | 0.15 | 82.9 | 0.64 | 0.6 |
| Hex | A8 | DA | 57 | 17 | 0 | 3C | F | 53 | 40 | 3C |
| Octal | 250 | 332 | 127 | 27 | 0 | 74 | 17 | 123 | 100 | 74 |
| Binary | 10101000 | 11011010 | 1010111 | 10111 | 0 | 111100 | 1111 | 1010011 | 1000000 | 111100 |
Color Harmonies of #A8DA57
Complementary color
Monochromatic Colors of #A8DA57
Black with #A8DA57
Text Example
Text Example
White with #A8DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA57; }
p { color: rgb(168,218,87); }
H1.HeaderClassName
{
color: #A8DA57;
}
.AnyTagClassName
{
color: #A8DA57;
}
</style>
background-color css
<style>
a { background-color: #A8DA57; }
a { background-color: rgb(168,218,87); }
div.DivClassName
{
background-color: #A8DA57;
}
.BgClassName
{
background-color: #A8DA57;
}
</style>
border-color css
<style>
span { border-color: #A8DA57; }
span { border-color: rgb(168,218,87); }
td.TdClassName
{
border-color: #A8DA57;
}
.TagClassName
{
border-color: #A8DA57;
}
</style>