Shades of Conifer #ACCF50
Tints of Conifer #ACCF50
RGB
CMYK
RGB Variations
Color information
#ACCF50 (or 0xACCF50) is known color: Conifer. HEX triplet: AC, CF and 50. RGB value is (172,207,80). Sum of RGB (Red+Green+Blue) = 172+207+80=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF50 is #5330AF. Grayscale: #B6B6B6. Windows color (decimal): -5451952 or 5296044. OLE color: 5296044.
HSL color Cylindrical-coordinate representation of color #ACCF50: hue angle of 76.54º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACCF50 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 80 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.19 |
| HSL | 76.54º | 0.57% | 0.56% | - |
| HSV(B) | 76.54º | 0.61% | 0.81% | - |
| XYZ | 40.77 | 53.98 | 15.86 | - |
| YUV | 182.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 80 | 0.17 | 0 | 0.61 | 0.19 | 76.54 | 0.57 | 0.56 |
| Hex | AC | CF | 50 | 11 | 0 | 3D | 13 | 4D | 39 | 38 |
| Octal | 254 | 317 | 120 | 21 | 0 | 75 | 23 | 115 | 71 | 70 |
| Binary | 10101100 | 11001111 | 1010000 | 10001 | 0 | 111101 | 10011 | 1001101 | 111001 | 111000 |
Color Harmonies of #ACCF50
Complementary color
Monochromatic Colors of #ACCF50
Black with #ACCF50
Text Example
Text Example
White with #ACCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF50; }
p { color: rgb(172,207,80); }
H1.HeaderClassName
{
color: #ACCF50;
}
.AnyTagClassName
{
color: #ACCF50;
}
</style>
background-color css
<style>
a { background-color: #ACCF50; }
a { background-color: rgb(172,207,80); }
div.DivClassName
{
background-color: #ACCF50;
}
.BgClassName
{
background-color: #ACCF50;
}
</style>
border-color css
<style>
span { border-color: #ACCF50; }
span { border-color: rgb(172,207,80); }
td.TdClassName
{
border-color: #ACCF50;
}
.TagClassName
{
border-color: #ACCF50;
}
</style>