Shades of Conifer #ACCF4D
Tints of Conifer #ACCF4D
RGB
CMYK
RGB Variations
Color information
#ACCF4D (or 0xACCF4D) is known color: Conifer. HEX triplet: AC, CF and 4D. RGB value is (172,207,77). Sum of RGB (Red+Green+Blue) = 172+207+77=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF4D is #5330B2. Grayscale: #B6B6B6. Windows color (decimal): -5451955 or 5099436. OLE color: 5099436.
HSL color Cylindrical-coordinate representation of color #ACCF4D: hue angle of 76.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACCF4D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 77 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.19 |
| HSL | 76.15º | 0.58% | 0.56% | - |
| HSV(B) | 76.15º | 0.63% | 0.81% | - |
| XYZ | 40.67 | 53.93 | 15.29 | - |
| YUV | 181.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 77 | 0.17 | 0 | 0.63 | 0.19 | 76.15 | 0.58 | 0.56 |
| Hex | AC | CF | 4D | 11 | 0 | 3F | 13 | 4C | 3A | 38 |
| Octal | 254 | 317 | 115 | 21 | 0 | 77 | 23 | 114 | 72 | 70 |
| Binary | 10101100 | 11001111 | 1001101 | 10001 | 0 | 111111 | 10011 | 1001100 | 111010 | 111000 |
Color Harmonies of #ACCF4D
Complementary color
Monochromatic Colors of #ACCF4D
Black with #ACCF4D
Text Example
Text Example
White with #ACCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF4D; }
p { color: rgb(172,207,77); }
H1.HeaderClassName
{
color: #ACCF4D;
}
.AnyTagClassName
{
color: #ACCF4D;
}
</style>
background-color css
<style>
a { background-color: #ACCF4D; }
a { background-color: rgb(172,207,77); }
div.DivClassName
{
background-color: #ACCF4D;
}
.BgClassName
{
background-color: #ACCF4D;
}
</style>
border-color css
<style>
span { border-color: #ACCF4D; }
span { border-color: rgb(172,207,77); }
td.TdClassName
{
border-color: #ACCF4D;
}
.TagClassName
{
border-color: #ACCF4D;
}
</style>