Shades of Conifer #ACDF49
Tints of Conifer #ACDF49
RGB
CMYK
RGB Variations
Color information
#ACDF49 (or 0xACDF49) is known color: Conifer. HEX triplet: AC, DF and 49. RGB value is (172,223,73). Sum of RGB (Red+Green+Blue) = 172+223+73=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF49 is #5320B6. Grayscale: #BFBFBF. Windows color (decimal): -5447863 or 4841388. OLE color: 4841388.
HSL color Cylindrical-coordinate representation of color #ACDF49: hue angle of 80.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACDF49 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 73 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.4º | 0.7% | 0.58% | - |
| HSV(B) | 80.4º | 0.67% | 0.87% | - |
| XYZ | 44.6 | 62.03 | 15.92 | - |
| YUV | 190.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 73 | 0.23 | 0 | 0.67 | 0.13 | 80.4 | 0.7 | 0.58 |
| Hex | AC | DF | 49 | 17 | 0 | 43 | D | 50 | 46 | 3A |
| Octal | 254 | 337 | 111 | 27 | 0 | 103 | 15 | 120 | 106 | 72 |
| Binary | 10101100 | 11011111 | 1001001 | 10111 | 0 | 1000011 | 1101 | 1010000 | 1000110 | 111010 |
Color Harmonies of #ACDF49
Complementary color
Monochromatic Colors of #ACDF49
Black with #ACDF49
Text Example
Text Example
White with #ACDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF49; }
p { color: rgb(172,223,73); }
H1.HeaderClassName
{
color: #ACDF49;
}
.AnyTagClassName
{
color: #ACDF49;
}
</style>
background-color css
<style>
a { background-color: #ACDF49; }
a { background-color: rgb(172,223,73); }
div.DivClassName
{
background-color: #ACDF49;
}
.BgClassName
{
background-color: #ACDF49;
}
</style>
border-color css
<style>
span { border-color: #ACDF49; }
span { border-color: rgb(172,223,73); }
td.TdClassName
{
border-color: #ACDF49;
}
.TagClassName
{
border-color: #ACDF49;
}
</style>