Shades of Conifer #ACF563
Tints of Conifer #ACF563
RGB
CMYK
RGB Variations
Color information
#ACF563 (or 0xACF563) is known color: Conifer. HEX triplet: AC, F5 and 63. RGB value is (172,245,99). Sum of RGB (Red+Green+Blue) = 172+245+99=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF563 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF563 is #530A9C. Grayscale: #CFCFCF. Windows color (decimal): -5442205 or 6550956. OLE color: 6550956.
HSL color Cylindrical-coordinate representation of color #ACF563: hue angle of 90º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF563 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 99 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 90º | 0.88% | 0.67% | - |
| HSV(B) | 90º | 0.6% | 0.96% | - |
| XYZ | 51.92 | 74.98 | 23.54 | - |
| YUV | 206.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 99 | 0.30 | 0 | 0.60 | 0.04 | 90 | 0.88 | 0.67 |
| Hex | AC | F5 | 63 | 1E | 0 | 3C | 4 | 5A | 58 | 43 |
| Octal | 254 | 365 | 143 | 36 | 0 | 74 | 4 | 132 | 130 | 103 |
| Binary | 10101100 | 11110101 | 1100011 | 11110 | 0 | 111100 | 100 | 1011010 | 1011000 | 1000011 |
Color Harmonies of #ACF563
Complementary color
Monochromatic Colors of #ACF563
Black with #ACF563
Text Example
Text Example
White with #ACF563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF563; }
p { color: rgb(172,245,99); }
H1.HeaderClassName
{
color: #ACF563;
}
.AnyTagClassName
{
color: #ACF563;
}
</style>
background-color css
<style>
a { background-color: #ACF563; }
a { background-color: rgb(172,245,99); }
div.DivClassName
{
background-color: #ACF563;
}
.BgClassName
{
background-color: #ACF563;
}
</style>
border-color css
<style>
span { border-color: #ACF563; }
span { border-color: rgb(172,245,99); }
td.TdClassName
{
border-color: #ACF563;
}
.TagClassName
{
border-color: #ACF563;
}
</style>