Shades of Conifer #ACCF4E
Tints of Conifer #ACCF4E
RGB
CMYK
RGB Variations
Color information
#ACCF4E (or 0xACCF4E) is known color: Conifer. HEX triplet: AC, CF and 4E. RGB value is (172,207,78). Sum of RGB (Red+Green+Blue) = 172+207+78=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF4E is #5330B1. Grayscale: #B6B6B6. Windows color (decimal): -5451954 or 5164972. OLE color: 5164972.
HSL color Cylindrical-coordinate representation of color #ACCF4E: hue angle of 76.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACCF4E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 78 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.19 |
| HSL | 76.28º | 0.57% | 0.56% | - |
| HSV(B) | 76.28º | 0.62% | 0.81% | - |
| XYZ | 40.7 | 53.95 | 15.48 | - |
| YUV | 181.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 78 | 0.17 | 0 | 0.62 | 0.19 | 76.28 | 0.57 | 0.56 |
| Hex | AC | CF | 4E | 11 | 0 | 3E | 13 | 4C | 39 | 38 |
| Octal | 254 | 317 | 116 | 21 | 0 | 76 | 23 | 114 | 71 | 70 |
| Binary | 10101100 | 11001111 | 1001110 | 10001 | 0 | 111110 | 10011 | 1001100 | 111001 | 111000 |
Color Harmonies of #ACCF4E
Complementary color
Monochromatic Colors of #ACCF4E
Black with #ACCF4E
Text Example
Text Example
White with #ACCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF4E; }
p { color: rgb(172,207,78); }
H1.HeaderClassName
{
color: #ACCF4E;
}
.AnyTagClassName
{
color: #ACCF4E;
}
</style>
background-color css
<style>
a { background-color: #ACCF4E; }
a { background-color: rgb(172,207,78); }
div.DivClassName
{
background-color: #ACCF4E;
}
.BgClassName
{
background-color: #ACCF4E;
}
</style>
border-color css
<style>
span { border-color: #ACCF4E; }
span { border-color: rgb(172,207,78); }
td.TdClassName
{
border-color: #ACCF4E;
}
.TagClassName
{
border-color: #ACCF4E;
}
</style>