Shades of Conifer #ACCE4C
Tints of Conifer #ACCE4C
RGB
CMYK
RGB Variations
Color information
#ACCE4C (or 0xACCE4C) is known color: Conifer. HEX triplet: AC, CE and 4C. RGB value is (172,206,76). Sum of RGB (Red+Green+Blue) = 172+206+76=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE4C is #5331B3. Grayscale: #B5B5B5. Windows color (decimal): -5452212 or 5033644. OLE color: 5033644.
HSL color Cylindrical-coordinate representation of color #ACCE4C: hue angle of 75.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACCE4C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 76 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.19 |
| HSL | 75.69º | 0.57% | 0.55% | - |
| HSV(B) | 75.69º | 0.63% | 0.81% | - |
| XYZ | 40.39 | 53.44 | 15.02 | - |
| YUV | 181.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 76 | 0.17 | 0 | 0.63 | 0.19 | 75.69 | 0.57 | 0.55 |
| Hex | AC | CE | 4C | 11 | 0 | 3F | 13 | 4C | 39 | 37 |
| Octal | 254 | 316 | 114 | 21 | 0 | 77 | 23 | 114 | 71 | 67 |
| Binary | 10101100 | 11001110 | 1001100 | 10001 | 0 | 111111 | 10011 | 1001100 | 111001 | 110111 |
Color Harmonies of #ACCE4C
Complementary color
Monochromatic Colors of #ACCE4C
Black with #ACCE4C
Text Example
Text Example
White with #ACCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE4C; }
p { color: rgb(172,206,76); }
H1.HeaderClassName
{
color: #ACCE4C;
}
.AnyTagClassName
{
color: #ACCE4C;
}
</style>
background-color css
<style>
a { background-color: #ACCE4C; }
a { background-color: rgb(172,206,76); }
div.DivClassName
{
background-color: #ACCE4C;
}
.BgClassName
{
background-color: #ACCE4C;
}
</style>
border-color css
<style>
span { border-color: #ACCE4C; }
span { border-color: rgb(172,206,76); }
td.TdClassName
{
border-color: #ACCE4C;
}
.TagClassName
{
border-color: #ACCE4C;
}
</style>