Shades of Conifer #ACCE50
Tints of Conifer #ACCE50
RGB
CMYK
RGB Variations
Color information
#ACCE50 (or 0xACCE50) is known color: Conifer. HEX triplet: AC, CE and 50. RGB value is (172,206,80). Sum of RGB (Red+Green+Blue) = 172+206+80=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCE50 is #5331AF. Grayscale: #B5B5B5. Windows color (decimal): -5452208 or 5295788. OLE color: 5295788.
HSL color Cylindrical-coordinate representation of color #ACCE50: hue angle of 76.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACCE50 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 80 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.19 |
| HSL | 76.19º | 0.56% | 0.56% | - |
| HSV(B) | 76.19º | 0.61% | 0.81% | - |
| XYZ | 40.53 | 53.49 | 15.78 | - |
| YUV | 181.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 80 | 0.17 | 0 | 0.61 | 0.19 | 76.19 | 0.56 | 0.56 |
| Hex | AC | CE | 50 | 11 | 0 | 3D | 13 | 4C | 38 | 38 |
| Octal | 254 | 316 | 120 | 21 | 0 | 75 | 23 | 114 | 70 | 70 |
| Binary | 10101100 | 11001110 | 1010000 | 10001 | 0 | 111101 | 10011 | 1001100 | 111000 | 111000 |
Color Harmonies of #ACCE50
Complementary color
Monochromatic Colors of #ACCE50
Black with #ACCE50
Text Example
Text Example
White with #ACCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE50; }
p { color: rgb(172,206,80); }
H1.HeaderClassName
{
color: #ACCE50;
}
.AnyTagClassName
{
color: #ACCE50;
}
</style>
background-color css
<style>
a { background-color: #ACCE50; }
a { background-color: rgb(172,206,80); }
div.DivClassName
{
background-color: #ACCE50;
}
.BgClassName
{
background-color: #ACCE50;
}
</style>
border-color css
<style>
span { border-color: #ACCE50; }
span { border-color: rgb(172,206,80); }
td.TdClassName
{
border-color: #ACCE50;
}
.TagClassName
{
border-color: #ACCE50;
}
</style>