Shades of Conifer #ACCC4E
Tints of Conifer #ACCC4E
RGB
CMYK
RGB Variations
Color information
#ACCC4E (or 0xACCC4E) is known color: Conifer. HEX triplet: AC, CC and 4E. RGB value is (172,204,78). Sum of RGB (Red+Green+Blue) = 172+204+78=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC4E is #5333B1. Grayscale: #B4B4B4. Windows color (decimal): -5452722 or 5164204. OLE color: 5164204.
HSL color Cylindrical-coordinate representation of color #ACCC4E: hue angle of 75.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACCC4E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 78 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.2 |
| HSL | 75.24º | 0.55% | 0.55% | - |
| HSV(B) | 75.24º | 0.62% | 0.8% | - |
| XYZ | 39.98 | 52.51 | 15.24 | - |
| YUV | 180.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 78 | 0.16 | 0 | 0.62 | 0.2 | 75.24 | 0.55 | 0.55 |
| Hex | AC | CC | 4E | 10 | 0 | 3E | 14 | 4B | 37 | 37 |
| Octal | 254 | 314 | 116 | 20 | 0 | 76 | 24 | 113 | 67 | 67 |
| Binary | 10101100 | 11001100 | 1001110 | 10000 | 0 | 111110 | 10100 | 1001011 | 110111 | 110111 |
Color Harmonies of #ACCC4E
Complementary color
Monochromatic Colors of #ACCC4E
Black with #ACCC4E
Text Example
Text Example
White with #ACCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC4E; }
p { color: rgb(172,204,78); }
H1.HeaderClassName
{
color: #ACCC4E;
}
.AnyTagClassName
{
color: #ACCC4E;
}
</style>
background-color css
<style>
a { background-color: #ACCC4E; }
a { background-color: rgb(172,204,78); }
div.DivClassName
{
background-color: #ACCC4E;
}
.BgClassName
{
background-color: #ACCC4E;
}
</style>
border-color css
<style>
span { border-color: #ACCC4E; }
span { border-color: rgb(172,204,78); }
td.TdClassName
{
border-color: #ACCC4E;
}
.TagClassName
{
border-color: #ACCC4E;
}
</style>