Shades of Conifer #ACF05F
Tints of Conifer #ACF05F
RGB
CMYK
RGB Variations
Color information
#ACF05F (or 0xACF05F) is known color: Conifer. HEX triplet: AC, F0 and 5F. RGB value is (172,240,95). Sum of RGB (Red+Green+Blue) = 172+240+95=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05F is #530FA0. Grayscale: #CBCBCB. Windows color (decimal): -5443489 or 6287532. OLE color: 6287532.
HSL color Cylindrical-coordinate representation of color #ACF05F: hue angle of 88.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF05F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 95 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.06 |
| HSL | 88.14º | 0.83% | 0.66% | - |
| HSV(B) | 88.14º | 0.6% | 0.94% | - |
| XYZ | 50.24 | 71.92 | 22.06 | - |
| YUV | 203.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 95 | 0.28 | 0 | 0.60 | 0.06 | 88.14 | 0.83 | 0.66 |
| Hex | AC | F0 | 5F | 1C | 0 | 3C | 6 | 58 | 53 | 42 |
| Octal | 254 | 360 | 137 | 34 | 0 | 74 | 6 | 130 | 123 | 102 |
| Binary | 10101100 | 11110000 | 1011111 | 11100 | 0 | 111100 | 110 | 1011000 | 1010011 | 1000010 |
Color Harmonies of #ACF05F
Complementary color
Monochromatic Colors of #ACF05F
Black with #ACF05F
Text Example
Text Example
White with #ACF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF05F; }
p { color: rgb(172,240,95); }
H1.HeaderClassName
{
color: #ACF05F;
}
.AnyTagClassName
{
color: #ACF05F;
}
</style>
background-color css
<style>
a { background-color: #ACF05F; }
a { background-color: rgb(172,240,95); }
div.DivClassName
{
background-color: #ACF05F;
}
.BgClassName
{
background-color: #ACF05F;
}
</style>
border-color css
<style>
span { border-color: #ACF05F; }
span { border-color: rgb(172,240,95); }
td.TdClassName
{
border-color: #ACF05F;
}
.TagClassName
{
border-color: #ACF05F;
}
</style>