Shades of Conifer #A3CF61
Tints of Conifer #A3CF61
RGB
CMYK
RGB Variations
Color information
#A3CF61 (or 0xA3CF61) is known color: Conifer. HEX triplet: A3, CF and 61. RGB value is (163,207,97). Sum of RGB (Red+Green+Blue) = 163+207+97=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF61 is #5C309E. Grayscale: #B5B5B5. Windows color (decimal): -6041759 or 6410147. OLE color: 6410147.
HSL color Cylindrical-coordinate representation of color #A3CF61: hue angle of 84º 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 #A3CF61 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 97 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.19 |
| HSL | 84º | 0.53% | 0.6% | - |
| HSV(B) | 84º | 0.53% | 0.81% | - |
| XYZ | 39.57 | 53.28 | 19.51 | - |
| YUV | 181.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 97 | 0.21 | 0 | 0.53 | 0.19 | 84 | 0.53 | 0.6 |
| Hex | A3 | CF | 61 | 15 | 0 | 35 | 13 | 54 | 35 | 3C |
| Octal | 243 | 317 | 141 | 25 | 0 | 65 | 23 | 124 | 65 | 74 |
| Binary | 10100011 | 11001111 | 1100001 | 10101 | 0 | 110101 | 10011 | 1010100 | 110101 | 111100 |
Color Harmonies of #A3CF61
Complementary color
Monochromatic Colors of #A3CF61
Black with #A3CF61
Text Example
Text Example
White with #A3CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF61; }
p { color: rgb(163,207,97); }
H1.HeaderClassName
{
color: #A3CF61;
}
.AnyTagClassName
{
color: #A3CF61;
}
</style>
background-color css
<style>
a { background-color: #A3CF61; }
a { background-color: rgb(163,207,97); }
div.DivClassName
{
background-color: #A3CF61;
}
.BgClassName
{
background-color: #A3CF61;
}
</style>
border-color css
<style>
span { border-color: #A3CF61; }
span { border-color: rgb(163,207,97); }
td.TdClassName
{
border-color: #A3CF61;
}
.TagClassName
{
border-color: #A3CF61;
}
</style>