Shades of Conifer #ACCF53
Tints of Conifer #ACCF53
RGB
CMYK
RGB Variations
Color information
#ACCF53 (or 0xACCF53) is known color: Conifer. HEX triplet: AC, CF and 53. RGB value is (172,207,83). Sum of RGB (Red+Green+Blue) = 172+207+83=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF53 is #5330AC. Grayscale: #B6B6B6. Windows color (decimal): -5451949 or 5492652. OLE color: 5492652.
HSL color Cylindrical-coordinate representation of color #ACCF53: hue angle of 76.94º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACCF53 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 83 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.19 |
| HSL | 76.94º | 0.56% | 0.57% | - |
| HSV(B) | 76.94º | 0.6% | 0.81% | - |
| XYZ | 40.89 | 54.02 | 16.46 | - |
| YUV | 182.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 83 | 0.17 | 0 | 0.60 | 0.19 | 76.94 | 0.56 | 0.57 |
| Hex | AC | CF | 53 | 11 | 0 | 3C | 13 | 4D | 38 | 39 |
| Octal | 254 | 317 | 123 | 21 | 0 | 74 | 23 | 115 | 70 | 71 |
| Binary | 10101100 | 11001111 | 1010011 | 10001 | 0 | 111100 | 10011 | 1001101 | 111000 | 111001 |
Color Harmonies of #ACCF53
Complementary color
Monochromatic Colors of #ACCF53
Black with #ACCF53
Text Example
Text Example
White with #ACCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF53; }
p { color: rgb(172,207,83); }
H1.HeaderClassName
{
color: #ACCF53;
}
.AnyTagClassName
{
color: #ACCF53;
}
</style>
background-color css
<style>
a { background-color: #ACCF53; }
a { background-color: rgb(172,207,83); }
div.DivClassName
{
background-color: #ACCF53;
}
.BgClassName
{
background-color: #ACCF53;
}
</style>
border-color css
<style>
span { border-color: #ACCF53; }
span { border-color: rgb(172,207,83); }
td.TdClassName
{
border-color: #ACCF53;
}
.TagClassName
{
border-color: #ACCF53;
}
</style>