Shades of Conifer #ACCF56
Tints of Conifer #ACCF56
RGB
CMYK
RGB Variations
Color information
#ACCF56 (or 0xACCF56) is known color: Conifer. HEX triplet: AC, CF and 56. RGB value is (172,207,86). Sum of RGB (Red+Green+Blue) = 172+207+86=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF56 is #5330A9. Grayscale: #B7B7B7. Windows color (decimal): -5451946 or 5689260. OLE color: 5689260.
HSL color Cylindrical-coordinate representation of color #ACCF56: hue angle of 77.36º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACCF56 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 86 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.19 |
| HSL | 77.36º | 0.56% | 0.57% | - |
| HSV(B) | 77.36º | 0.58% | 0.81% | - |
| XYZ | 41.01 | 54.07 | 17.08 | - |
| YUV | 182.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 86 | 0.17 | 0 | 0.58 | 0.19 | 77.36 | 0.56 | 0.57 |
| Hex | AC | CF | 56 | 11 | 0 | 3A | 13 | 4D | 38 | 39 |
| Octal | 254 | 317 | 126 | 21 | 0 | 72 | 23 | 115 | 70 | 71 |
| Binary | 10101100 | 11001111 | 1010110 | 10001 | 0 | 111010 | 10011 | 1001101 | 111000 | 111001 |
Color Harmonies of #ACCF56
Complementary color
Monochromatic Colors of #ACCF56
Black with #ACCF56
Text Example
Text Example
White with #ACCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF56; }
p { color: rgb(172,207,86); }
H1.HeaderClassName
{
color: #ACCF56;
}
.AnyTagClassName
{
color: #ACCF56;
}
</style>
background-color css
<style>
a { background-color: #ACCF56; }
a { background-color: rgb(172,207,86); }
div.DivClassName
{
background-color: #ACCF56;
}
.BgClassName
{
background-color: #ACCF56;
}
</style>
border-color css
<style>
span { border-color: #ACCF56; }
span { border-color: rgb(172,207,86); }
td.TdClassName
{
border-color: #ACCF56;
}
.TagClassName
{
border-color: #ACCF56;
}
</style>