Shades of Conifer #ACF25F
Tints of Conifer #ACF25F
RGB
CMYK
RGB Variations
Color information
#ACF25F (or 0xACF25F) is known color: Conifer. HEX triplet: AC, F2 and 5F. RGB value is (172,242,95). Sum of RGB (Red+Green+Blue) = 172+242+95=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF25F is #530DA0. Grayscale: #CCCCCC. Windows color (decimal): -5442977 or 6288044. OLE color: 6288044.
HSL color Cylindrical-coordinate representation of color #ACF25F: hue angle of 88.57º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF25F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 95 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.05 |
| HSL | 88.57º | 0.85% | 0.66% | - |
| HSV(B) | 88.57º | 0.61% | 0.95% | - |
| XYZ | 50.83 | 73.1 | 22.26 | - |
| YUV | 204.31 | 66.31 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 95 | 0.29 | 0 | 0.61 | 0.05 | 88.57 | 0.85 | 0.66 |
| Hex | AC | F2 | 5F | 1D | 0 | 3D | 5 | 59 | 55 | 42 |
| Octal | 254 | 362 | 137 | 35 | 0 | 75 | 5 | 131 | 125 | 102 |
| Binary | 10101100 | 11110010 | 1011111 | 11101 | 0 | 111101 | 101 | 1011001 | 1010101 | 1000010 |
Color Harmonies of #ACF25F
Complementary color
Monochromatic Colors of #ACF25F
Black with #ACF25F
Text Example
Text Example
White with #ACF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF25F; }
p { color: rgb(172,242,95); }
H1.HeaderClassName
{
color: #ACF25F;
}
.AnyTagClassName
{
color: #ACF25F;
}
</style>
background-color css
<style>
a { background-color: #ACF25F; }
a { background-color: rgb(172,242,95); }
div.DivClassName
{
background-color: #ACF25F;
}
.BgClassName
{
background-color: #ACF25F;
}
</style>
border-color css
<style>
span { border-color: #ACF25F; }
span { border-color: rgb(172,242,95); }
td.TdClassName
{
border-color: #ACF25F;
}
.TagClassName
{
border-color: #ACF25F;
}
</style>