Shades of Conifer #ACF565
Tints of Conifer #ACF565
RGB
CMYK
RGB Variations
Color information
#ACF565 (or 0xACF565) is known color: Conifer. HEX triplet: AC, F5 and 65. RGB value is (172,245,101). Sum of RGB (Red+Green+Blue) = 172+245+101=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF565 is #530A9A. Grayscale: #CFCFCF. Windows color (decimal): -5442203 or 6682028. OLE color: 6682028.
HSL color Cylindrical-coordinate representation of color #ACF565: hue angle of 90.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF565 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 101 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.04 |
| HSL | 90.42º | 0.88% | 0.68% | - |
| HSV(B) | 90.42º | 0.59% | 0.96% | - |
| XYZ | 52.01 | 75.02 | 24.05 | - |
| YUV | 206.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 101 | 0.30 | 0 | 0.59 | 0.04 | 90.42 | 0.88 | 0.68 |
| Hex | AC | F5 | 65 | 1E | 0 | 3B | 4 | 5A | 58 | 44 |
| Octal | 254 | 365 | 145 | 36 | 0 | 73 | 4 | 132 | 130 | 104 |
| Binary | 10101100 | 11110101 | 1100101 | 11110 | 0 | 111011 | 100 | 1011010 | 1011000 | 1000100 |
Color Harmonies of #ACF565
Complementary color
Monochromatic Colors of #ACF565
Black with #ACF565
Text Example
Text Example
White with #ACF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF565; }
p { color: rgb(172,245,101); }
H1.HeaderClassName
{
color: #ACF565;
}
.AnyTagClassName
{
color: #ACF565;
}
</style>
background-color css
<style>
a { background-color: #ACF565; }
a { background-color: rgb(172,245,101); }
div.DivClassName
{
background-color: #ACF565;
}
.BgClassName
{
background-color: #ACF565;
}
</style>
border-color css
<style>
span { border-color: #ACF565; }
span { border-color: rgb(172,245,101); }
td.TdClassName
{
border-color: #ACF565;
}
.TagClassName
{
border-color: #ACF565;
}
</style>