Shades of Conifer #ACCF55
Tints of Conifer #ACCF55
RGB
CMYK
RGB Variations
Color information
#ACCF55 (or 0xACCF55) is known color: Conifer. HEX triplet: AC, CF and 55. RGB value is (172,207,85). Sum of RGB (Red+Green+Blue) = 172+207+85=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF55 is #5330AA. Grayscale: #B7B7B7. Windows color (decimal): -5451947 or 5623724. OLE color: 5623724.
HSL color Cylindrical-coordinate representation of color #ACCF55: hue angle of 77.21º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACCF55 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 85 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.19 |
| HSL | 77.21º | 0.56% | 0.57% | - |
| HSV(B) | 77.21º | 0.59% | 0.81% | - |
| XYZ | 40.97 | 54.05 | 16.87 | - |
| YUV | 182.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 85 | 0.17 | 0 | 0.59 | 0.19 | 77.21 | 0.56 | 0.57 |
| Hex | AC | CF | 55 | 11 | 0 | 3B | 13 | 4D | 38 | 39 |
| Octal | 254 | 317 | 125 | 21 | 0 | 73 | 23 | 115 | 70 | 71 |
| Binary | 10101100 | 11001111 | 1010101 | 10001 | 0 | 111011 | 10011 | 1001101 | 111000 | 111001 |
Color Harmonies of #ACCF55
Complementary color
Monochromatic Colors of #ACCF55
Black with #ACCF55
Text Example
Text Example
White with #ACCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF55; }
p { color: rgb(172,207,85); }
H1.HeaderClassName
{
color: #ACCF55;
}
.AnyTagClassName
{
color: #ACCF55;
}
</style>
background-color css
<style>
a { background-color: #ACCF55; }
a { background-color: rgb(172,207,85); }
div.DivClassName
{
background-color: #ACCF55;
}
.BgClassName
{
background-color: #ACCF55;
}
</style>
border-color css
<style>
span { border-color: #ACCF55; }
span { border-color: rgb(172,207,85); }
td.TdClassName
{
border-color: #ACCF55;
}
.TagClassName
{
border-color: #ACCF55;
}
</style>