Shades of Conifer #ACCF65
Tints of Conifer #ACCF65
RGB
CMYK
RGB Variations
Color information
#ACCF65 (or 0xACCF65) is known color: Conifer. HEX triplet: AC, CF and 65. RGB value is (172,207,101). Sum of RGB (Red+Green+Blue) = 172+207+101=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF65 is #53309A. Grayscale: #B8B8B8. Windows color (decimal): -5451931 or 6672300. OLE color: 6672300.
HSL color Cylindrical-coordinate representation of color #ACCF65: hue angle of 79.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACCF65 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 101 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.19 |
| HSL | 79.81º | 0.52% | 0.6% | - |
| HSV(B) | 79.81º | 0.51% | 0.81% | - |
| XYZ | 41.68 | 54.34 | 20.6 | - |
| YUV | 184.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 101 | 0.17 | 0 | 0.51 | 0.19 | 79.81 | 0.52 | 0.6 |
| Hex | AC | CF | 65 | 11 | 0 | 33 | 13 | 50 | 34 | 3C |
| Octal | 254 | 317 | 145 | 21 | 0 | 63 | 23 | 120 | 64 | 74 |
| Binary | 10101100 | 11001111 | 1100101 | 10001 | 0 | 110011 | 10011 | 1010000 | 110100 | 111100 |
Color Harmonies of #ACCF65
Complementary color
Monochromatic Colors of #ACCF65
Black with #ACCF65
Text Example
Text Example
White with #ACCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF65; }
p { color: rgb(172,207,101); }
H1.HeaderClassName
{
color: #ACCF65;
}
.AnyTagClassName
{
color: #ACCF65;
}
</style>
background-color css
<style>
a { background-color: #ACCF65; }
a { background-color: rgb(172,207,101); }
div.DivClassName
{
background-color: #ACCF65;
}
.BgClassName
{
background-color: #ACCF65;
}
</style>
border-color css
<style>
span { border-color: #ACCF65; }
span { border-color: rgb(172,207,101); }
td.TdClassName
{
border-color: #ACCF65;
}
.TagClassName
{
border-color: #ACCF65;
}
</style>