Shades of Conifer #A8CF61
Tints of Conifer #A8CF61
RGB
CMYK
RGB Variations
Color information
#A8CF61 (or 0xA8CF61) is known color: Conifer. HEX triplet: A8, CF and 61. RGB value is (168,207,97). Sum of RGB (Red+Green+Blue) = 168+207+97=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF61 is #57309E. Grayscale: #B7B7B7. Windows color (decimal): -5714079 or 6410152. OLE color: 6410152.
HSL color Cylindrical-coordinate representation of color #A8CF61: hue angle of 81.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8CF61 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 97 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.19 |
| HSL | 81.27º | 0.53% | 0.6% | - |
| HSV(B) | 81.27º | 0.53% | 0.81% | - |
| XYZ | 40.62 | 53.81 | 19.56 | - |
| YUV | 182.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 97 | 0.19 | 0 | 0.53 | 0.19 | 81.27 | 0.53 | 0.6 |
| Hex | A8 | CF | 61 | 13 | 0 | 35 | 13 | 51 | 35 | 3C |
| Octal | 250 | 317 | 141 | 23 | 0 | 65 | 23 | 121 | 65 | 74 |
| Binary | 10101000 | 11001111 | 1100001 | 10011 | 0 | 110101 | 10011 | 1010001 | 110101 | 111100 |
Color Harmonies of #A8CF61
Complementary color
Monochromatic Colors of #A8CF61
Black with #A8CF61
Text Example
Text Example
White with #A8CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF61; }
p { color: rgb(168,207,97); }
H1.HeaderClassName
{
color: #A8CF61;
}
.AnyTagClassName
{
color: #A8CF61;
}
</style>
background-color css
<style>
a { background-color: #A8CF61; }
a { background-color: rgb(168,207,97); }
div.DivClassName
{
background-color: #A8CF61;
}
.BgClassName
{
background-color: #A8CF61;
}
</style>
border-color css
<style>
span { border-color: #A8CF61; }
span { border-color: rgb(168,207,97); }
td.TdClassName
{
border-color: #A8CF61;
}
.TagClassName
{
border-color: #A8CF61;
}
</style>