Shades of Conifer #ACCF64
Tints of Conifer #ACCF64
RGB
CMYK
RGB Variations
Color information
#ACCF64 (or 0xACCF64) is known color: Conifer. HEX triplet: AC, CF and 64. RGB value is (172,207,100). Sum of RGB (Red+Green+Blue) = 172+207+100=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF64 is #53309B. Grayscale: #B8B8B8. Windows color (decimal): -5451932 or 6606764. OLE color: 6606764.
HSL color Cylindrical-coordinate representation of color #ACCF64: hue angle of 79.63º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACCF64 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 100 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.19 |
| HSL | 79.63º | 0.53% | 0.6% | - |
| HSV(B) | 79.63º | 0.52% | 0.81% | - |
| XYZ | 41.63 | 54.32 | 20.35 | - |
| YUV | 184.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 100 | 0.17 | 0 | 0.52 | 0.19 | 79.63 | 0.53 | 0.6 |
| Hex | AC | CF | 64 | 11 | 0 | 34 | 13 | 50 | 35 | 3C |
| Octal | 254 | 317 | 144 | 21 | 0 | 64 | 23 | 120 | 65 | 74 |
| Binary | 10101100 | 11001111 | 1100100 | 10001 | 0 | 110100 | 10011 | 1010000 | 110101 | 111100 |
Color Harmonies of #ACCF64
Complementary color
Monochromatic Colors of #ACCF64
Black with #ACCF64
Text Example
Text Example
White with #ACCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF64; }
p { color: rgb(172,207,100); }
H1.HeaderClassName
{
color: #ACCF64;
}
.AnyTagClassName
{
color: #ACCF64;
}
</style>
background-color css
<style>
a { background-color: #ACCF64; }
a { background-color: rgb(172,207,100); }
div.DivClassName
{
background-color: #ACCF64;
}
.BgClassName
{
background-color: #ACCF64;
}
</style>
border-color css
<style>
span { border-color: #ACCF64; }
span { border-color: rgb(172,207,100); }
td.TdClassName
{
border-color: #ACCF64;
}
.TagClassName
{
border-color: #ACCF64;
}
</style>