Shades of Conifer #ACF95F
Tints of Conifer #ACF95F
RGB
CMYK
RGB Variations
Color information
#ACF95F (or 0xACF95F) is known color: Conifer. HEX triplet: AC, F9 and 5F. RGB value is (172,249,95). Sum of RGB (Red+Green+Blue) = 172+249+95=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF95F is #5306A0. Grayscale: #D0D0D0. Windows color (decimal): -5441185 or 6289836. OLE color: 6289836.
HSL color Cylindrical-coordinate representation of color #ACF95F: hue angle of 90º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF95F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 95 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.02 |
| HSL | 90º | 0.93% | 0.67% | - |
| HSV(B) | 90º | 0.62% | 0.98% | - |
| XYZ | 52.95 | 77.35 | 22.97 | - |
| YUV | 208.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 95 | 0.31 | 0 | 0.62 | 0.02 | 90 | 0.93 | 0.67 |
| Hex | AC | F9 | 5F | 1F | 0 | 3E | 2 | 5A | 5D | 43 |
| Octal | 254 | 371 | 137 | 37 | 0 | 76 | 2 | 132 | 135 | 103 |
| Binary | 10101100 | 11111001 | 1011111 | 11111 | 0 | 111110 | 10 | 1011010 | 1011101 | 1000011 |
Color Harmonies of #ACF95F
Complementary color
Monochromatic Colors of #ACF95F
Black with #ACF95F
Text Example
Text Example
White with #ACF95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF95F; }
p { color: rgb(172,249,95); }
H1.HeaderClassName
{
color: #ACF95F;
}
.AnyTagClassName
{
color: #ACF95F;
}
</style>
background-color css
<style>
a { background-color: #ACF95F; }
a { background-color: rgb(172,249,95); }
div.DivClassName
{
background-color: #ACF95F;
}
.BgClassName
{
background-color: #ACF95F;
}
</style>
border-color css
<style>
span { border-color: #ACF95F; }
span { border-color: rgb(172,249,95); }
td.TdClassName
{
border-color: #ACF95F;
}
.TagClassName
{
border-color: #ACF95F;
}
</style>