Shades of Conifer #ACCF46
Tints of Conifer #ACCF46
RGB
CMYK
RGB Variations
Color information
#ACCF46 (or 0xACCF46) is known color: Conifer. HEX triplet: AC, CF and 46. RGB value is (172,207,70). Sum of RGB (Red+Green+Blue) = 172+207+70=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF46 is #5330B9. Grayscale: #B5B5B5. Windows color (decimal): -5451962 or 4640684. OLE color: 4640684.
HSL color Cylindrical-coordinate representation of color #ACCF46: hue angle of 75.33º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACCF46 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 70 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.19 |
| HSL | 75.33º | 0.59% | 0.54% | - |
| HSV(B) | 75.33º | 0.66% | 0.81% | - |
| XYZ | 40.43 | 53.84 | 14.06 | - |
| YUV | 180.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 70 | 0.17 | 0 | 0.66 | 0.19 | 75.33 | 0.59 | 0.54 |
| Hex | AC | CF | 46 | 11 | 0 | 42 | 13 | 4B | 3B | 36 |
| Octal | 254 | 317 | 106 | 21 | 0 | 102 | 23 | 113 | 73 | 66 |
| Binary | 10101100 | 11001111 | 1000110 | 10001 | 0 | 1000010 | 10011 | 1001011 | 111011 | 110110 |
Color Harmonies of #ACCF46
Complementary color
Monochromatic Colors of #ACCF46
Black with #ACCF46
Text Example
Text Example
White with #ACCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF46; }
p { color: rgb(172,207,70); }
H1.HeaderClassName
{
color: #ACCF46;
}
.AnyTagClassName
{
color: #ACCF46;
}
</style>
background-color css
<style>
a { background-color: #ACCF46; }
a { background-color: rgb(172,207,70); }
div.DivClassName
{
background-color: #ACCF46;
}
.BgClassName
{
background-color: #ACCF46;
}
</style>
border-color css
<style>
span { border-color: #ACCF46; }
span { border-color: rgb(172,207,70); }
td.TdClassName
{
border-color: #ACCF46;
}
.TagClassName
{
border-color: #ACCF46;
}
</style>