Shades of Conifer #ACF35F
Tints of Conifer #ACF35F
RGB
CMYK
RGB Variations
Color information
#ACF35F (or 0xACF35F) is known color: Conifer. HEX triplet: AC, F3 and 5F. RGB value is (172,243,95). Sum of RGB (Red+Green+Blue) = 172+243+95=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF35F is #530CA0. Grayscale: #CDCDCD. Windows color (decimal): -5442721 or 6288300. OLE color: 6288300.
HSL color Cylindrical-coordinate representation of color #ACF35F: hue angle of 88.78º degrees, saturation: 0.86, 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 #ACF35F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 95 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.05 |
| HSL | 88.78º | 0.86% | 0.66% | - |
| HSV(B) | 88.78º | 0.61% | 0.95% | - |
| XYZ | 51.13 | 73.7 | 22.36 | - |
| YUV | 204.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 95 | 0.29 | 0 | 0.61 | 0.05 | 88.78 | 0.86 | 0.66 |
| Hex | AC | F3 | 5F | 1D | 0 | 3D | 5 | 59 | 56 | 42 |
| Octal | 254 | 363 | 137 | 35 | 0 | 75 | 5 | 131 | 126 | 102 |
| Binary | 10101100 | 11110011 | 1011111 | 11101 | 0 | 111101 | 101 | 1011001 | 1010110 | 1000010 |
Color Harmonies of #ACF35F
Complementary color
Monochromatic Colors of #ACF35F
Black with #ACF35F
Text Example
Text Example
White with #ACF35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF35F; }
p { color: rgb(172,243,95); }
H1.HeaderClassName
{
color: #ACF35F;
}
.AnyTagClassName
{
color: #ACF35F;
}
</style>
background-color css
<style>
a { background-color: #ACF35F; }
a { background-color: rgb(172,243,95); }
div.DivClassName
{
background-color: #ACF35F;
}
.BgClassName
{
background-color: #ACF35F;
}
</style>
border-color css
<style>
span { border-color: #ACF35F; }
span { border-color: rgb(172,243,95); }
td.TdClassName
{
border-color: #ACF35F;
}
.TagClassName
{
border-color: #ACF35F;
}
</style>