Shades of Conifer #A4CF57
Tints of Conifer #A4CF57
RGB
CMYK
RGB Variations
Color information
#A4CF57 (or 0xA4CF57) is known color: Conifer. HEX triplet: A4, CF and 57. RGB value is (164,207,87). Sum of RGB (Red+Green+Blue) = 164+207+87=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF57 is #5B30A8. Grayscale: #B4B4B4. Windows color (decimal): -5976233 or 5754788. OLE color: 5754788.
HSL color Cylindrical-coordinate representation of color #A4CF57: hue angle of 81.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4CF57 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 87 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.19 |
| HSL | 81.5º | 0.56% | 0.58% | - |
| HSV(B) | 81.5º | 0.58% | 0.81% | - |
| XYZ | 39.34 | 53.21 | 17.21 | - |
| YUV | 180.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 87 | 0.21 | 0 | 0.58 | 0.19 | 81.5 | 0.56 | 0.58 |
| Hex | A4 | CF | 57 | 15 | 0 | 3A | 13 | 52 | 38 | 3A |
| Octal | 244 | 317 | 127 | 25 | 0 | 72 | 23 | 122 | 70 | 72 |
| Binary | 10100100 | 11001111 | 1010111 | 10101 | 0 | 111010 | 10011 | 1010010 | 111000 | 111010 |
Color Harmonies of #A4CF57
Complementary color
Monochromatic Colors of #A4CF57
Black with #A4CF57
Text Example
Text Example
White with #A4CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF57; }
p { color: rgb(164,207,87); }
H1.HeaderClassName
{
color: #A4CF57;
}
.AnyTagClassName
{
color: #A4CF57;
}
</style>
background-color css
<style>
a { background-color: #A4CF57; }
a { background-color: rgb(164,207,87); }
div.DivClassName
{
background-color: #A4CF57;
}
.BgClassName
{
background-color: #A4CF57;
}
</style>
border-color css
<style>
span { border-color: #A4CF57; }
span { border-color: rgb(164,207,87); }
td.TdClassName
{
border-color: #A4CF57;
}
.TagClassName
{
border-color: #A4CF57;
}
</style>