Shades of Conifer #ACCF68
Tints of Conifer #ACCF68
RGB
CMYK
RGB Variations
Color information
#ACCF68 (or 0xACCF68) is known color: Conifer. HEX triplet: AC, CF and 68. RGB value is (172,207,104). Sum of RGB (Red+Green+Blue) = 172+207+104=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF68 is #533097. Grayscale: #B9B9B9. Windows color (decimal): -5451928 or 6868908. OLE color: 6868908.
HSL color Cylindrical-coordinate representation of color #ACCF68: hue angle of 80.39º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACCF68 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 104 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.19 |
| HSL | 80.39º | 0.52% | 0.61% | - |
| HSV(B) | 80.39º | 0.5% | 0.81% | - |
| XYZ | 41.82 | 54.4 | 21.39 | - |
| YUV | 184.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 104 | 0.17 | 0 | 0.50 | 0.19 | 80.39 | 0.52 | 0.61 |
| Hex | AC | CF | 68 | 11 | 0 | 32 | 13 | 50 | 34 | 3D |
| Octal | 254 | 317 | 150 | 21 | 0 | 62 | 23 | 120 | 64 | 75 |
| Binary | 10101100 | 11001111 | 1101000 | 10001 | 0 | 110010 | 10011 | 1010000 | 110100 | 111101 |
Color Harmonies of #ACCF68
Complementary color
Monochromatic Colors of #ACCF68
Black with #ACCF68
Text Example
Text Example
White with #ACCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF68; }
p { color: rgb(172,207,104); }
H1.HeaderClassName
{
color: #ACCF68;
}
.AnyTagClassName
{
color: #ACCF68;
}
</style>
background-color css
<style>
a { background-color: #ACCF68; }
a { background-color: rgb(172,207,104); }
div.DivClassName
{
background-color: #ACCF68;
}
.BgClassName
{
background-color: #ACCF68;
}
</style>
border-color css
<style>
span { border-color: #ACCF68; }
span { border-color: rgb(172,207,104); }
td.TdClassName
{
border-color: #ACCF68;
}
.TagClassName
{
border-color: #ACCF68;
}
</style>