Shades of Conifer #ACF65F
Tints of Conifer #ACF65F
RGB
CMYK
RGB Variations
Color information
#ACF65F (or 0xACF65F) is known color: Conifer. HEX triplet: AC, F6 and 5F. RGB value is (172,246,95). Sum of RGB (Red+Green+Blue) = 172+246+95=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF65F is #5309A0. Grayscale: #CFCFCF. Windows color (decimal): -5441953 or 6289068. OLE color: 6289068.
HSL color Cylindrical-coordinate representation of color #ACF65F: hue angle of 89.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF65F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 95 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.04 |
| HSL | 89.4º | 0.89% | 0.67% | - |
| HSV(B) | 89.4º | 0.61% | 0.96% | - |
| XYZ | 52.03 | 75.51 | 22.66 | - |
| YUV | 206.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 95 | 0.30 | 0 | 0.61 | 0.04 | 89.4 | 0.89 | 0.67 |
| Hex | AC | F6 | 5F | 1E | 0 | 3D | 4 | 59 | 59 | 43 |
| Octal | 254 | 366 | 137 | 36 | 0 | 75 | 4 | 131 | 131 | 103 |
| Binary | 10101100 | 11110110 | 1011111 | 11110 | 0 | 111101 | 100 | 1011001 | 1011001 | 1000011 |
Color Harmonies of #ACF65F
Complementary color
Monochromatic Colors of #ACF65F
Black with #ACF65F
Text Example
Text Example
White with #ACF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF65F; }
p { color: rgb(172,246,95); }
H1.HeaderClassName
{
color: #ACF65F;
}
.AnyTagClassName
{
color: #ACF65F;
}
</style>
background-color css
<style>
a { background-color: #ACF65F; }
a { background-color: rgb(172,246,95); }
div.DivClassName
{
background-color: #ACF65F;
}
.BgClassName
{
background-color: #ACF65F;
}
</style>
border-color css
<style>
span { border-color: #ACF65F; }
span { border-color: rgb(172,246,95); }
td.TdClassName
{
border-color: #ACF65F;
}
.TagClassName
{
border-color: #ACF65F;
}
</style>