Shades of Conifer #ACF050
Tints of Conifer #ACF050
RGB
CMYK
RGB Variations
Color information
#ACF050 (or 0xACF050) is known color: Conifer. HEX triplet: AC, F0 and 50. RGB value is (172,240,80). Sum of RGB (Red+Green+Blue) = 172+240+80=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF050 is #530FAF. Grayscale: #CACACA. Windows color (decimal): -5443504 or 5304492. OLE color: 5304492.
HSL color Cylindrical-coordinate representation of color #ACF050: hue angle of 85.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF050 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 80 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.06 |
| HSL | 85.5º | 0.84% | 0.63% | - |
| HSV(B) | 85.5º | 0.67% | 0.94% | - |
| XYZ | 49.62 | 71.67 | 18.81 | - |
| YUV | 201.43 | 59.47 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 80 | 0.28 | 0 | 0.67 | 0.06 | 85.5 | 0.84 | 0.63 |
| Hex | AC | F0 | 50 | 1C | 0 | 43 | 6 | 56 | 54 | 3F |
| Octal | 254 | 360 | 120 | 34 | 0 | 103 | 6 | 126 | 124 | 77 |
| Binary | 10101100 | 11110000 | 1010000 | 11100 | 0 | 1000011 | 110 | 1010110 | 1010100 | 111111 |
Color Harmonies of #ACF050
Complementary color
Monochromatic Colors of #ACF050
Black with #ACF050
Text Example
Text Example
White with #ACF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF050; }
p { color: rgb(172,240,80); }
H1.HeaderClassName
{
color: #ACF050;
}
.AnyTagClassName
{
color: #ACF050;
}
</style>
background-color css
<style>
a { background-color: #ACF050; }
a { background-color: rgb(172,240,80); }
div.DivClassName
{
background-color: #ACF050;
}
.BgClassName
{
background-color: #ACF050;
}
</style>
border-color css
<style>
span { border-color: #ACF050; }
span { border-color: rgb(172,240,80); }
td.TdClassName
{
border-color: #ACF050;
}
.TagClassName
{
border-color: #ACF050;
}
</style>