Shades of Conifer #ACCF4A
Tints of Conifer #ACCF4A
RGB
CMYK
RGB Variations
Color information
#ACCF4A (or 0xACCF4A) is known color: Conifer. HEX triplet: AC, CF and 4A. RGB value is (172,207,74). Sum of RGB (Red+Green+Blue) = 172+207+74=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF4A is #5330B5. Grayscale: #B5B5B5. Windows color (decimal): -5451958 or 4902828. OLE color: 4902828.
HSL color Cylindrical-coordinate representation of color #ACCF4A: hue angle of 75.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACCF4A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 74 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.19 |
| HSL | 75.79º | 0.58% | 0.55% | - |
| HSV(B) | 75.79º | 0.64% | 0.81% | - |
| XYZ | 40.56 | 53.89 | 14.74 | - |
| YUV | 181.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 74 | 0.17 | 0 | 0.64 | 0.19 | 75.79 | 0.58 | 0.55 |
| Hex | AC | CF | 4A | 11 | 0 | 40 | 13 | 4C | 3A | 37 |
| Octal | 254 | 317 | 112 | 21 | 0 | 100 | 23 | 114 | 72 | 67 |
| Binary | 10101100 | 11001111 | 1001010 | 10001 | 0 | 1000000 | 10011 | 1001100 | 111010 | 110111 |
Color Harmonies of #ACCF4A
Complementary color
Monochromatic Colors of #ACCF4A
Black with #ACCF4A
Text Example
Text Example
White with #ACCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF4A; }
p { color: rgb(172,207,74); }
H1.HeaderClassName
{
color: #ACCF4A;
}
.AnyTagClassName
{
color: #ACCF4A;
}
</style>
background-color css
<style>
a { background-color: #ACCF4A; }
a { background-color: rgb(172,207,74); }
div.DivClassName
{
background-color: #ACCF4A;
}
.BgClassName
{
background-color: #ACCF4A;
}
</style>
border-color css
<style>
span { border-color: #ACCF4A; }
span { border-color: rgb(172,207,74); }
td.TdClassName
{
border-color: #ACCF4A;
}
.TagClassName
{
border-color: #ACCF4A;
}
</style>