Shades of Conifer #A8DF61
Tints of Conifer #A8DF61
RGB
CMYK
RGB Variations
Color information
#A8DF61 (or 0xA8DF61) is known color: Conifer. HEX triplet: A8, DF and 61. RGB value is (168,223,97). Sum of RGB (Red+Green+Blue) = 168+223+97=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF61 is #57209E. Grayscale: #C0C0C0. Windows color (decimal): -5709983 or 6414248. OLE color: 6414248.
HSL color Cylindrical-coordinate representation of color #A8DF61: hue angle of 86.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8DF61 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 97 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.13 |
| HSL | 86.19º | 0.66% | 0.63% | - |
| HSV(B) | 86.19º | 0.57% | 0.87% | - |
| XYZ | 44.69 | 61.96 | 20.91 | - |
| YUV | 192.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 97 | 0.25 | 0 | 0.57 | 0.13 | 86.19 | 0.66 | 0.63 |
| Hex | A8 | DF | 61 | 19 | 0 | 39 | D | 56 | 42 | 3F |
| Octal | 250 | 337 | 141 | 31 | 0 | 71 | 15 | 126 | 102 | 77 |
| Binary | 10101000 | 11011111 | 1100001 | 11001 | 0 | 111001 | 1101 | 1010110 | 1000010 | 111111 |
Color Harmonies of #A8DF61
Complementary color
Monochromatic Colors of #A8DF61
Black with #A8DF61
Text Example
Text Example
White with #A8DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF61; }
p { color: rgb(168,223,97); }
H1.HeaderClassName
{
color: #A8DF61;
}
.AnyTagClassName
{
color: #A8DF61;
}
</style>
background-color css
<style>
a { background-color: #A8DF61; }
a { background-color: rgb(168,223,97); }
div.DivClassName
{
background-color: #A8DF61;
}
.BgClassName
{
background-color: #A8DF61;
}
</style>
border-color css
<style>
span { border-color: #A8DF61; }
span { border-color: rgb(168,223,97); }
td.TdClassName
{
border-color: #A8DF61;
}
.TagClassName
{
border-color: #A8DF61;
}
</style>