Shades of Conifer #ACF45D
Tints of Conifer #ACF45D
RGB
CMYK
RGB Variations
Color information
#ACF45D (or 0xACF45D) is known color: Conifer. HEX triplet: AC, F4 and 5D. RGB value is (172,244,93). Sum of RGB (Red+Green+Blue) = 172+244+93=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45D is #530BA2. Grayscale: #CDCDCD. Windows color (decimal): -5442467 or 6157484. OLE color: 6157484.
HSL color Cylindrical-coordinate representation of color #ACF45D: hue angle of 88.61º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF45D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 93 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 88.61º | 0.87% | 0.66% | - |
| HSV(B) | 88.61º | 0.62% | 0.96% | - |
| XYZ | 51.34 | 74.26 | 21.98 | - |
| YUV | 205.26 | 64.65 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 93 | 0.30 | 0 | 0.62 | 0.04 | 88.61 | 0.87 | 0.66 |
| Hex | AC | F4 | 5D | 1E | 0 | 3E | 4 | 59 | 57 | 42 |
| Octal | 254 | 364 | 135 | 36 | 0 | 76 | 4 | 131 | 127 | 102 |
| Binary | 10101100 | 11110100 | 1011101 | 11110 | 0 | 111110 | 100 | 1011001 | 1010111 | 1000010 |
Color Harmonies of #ACF45D
Complementary color
Monochromatic Colors of #ACF45D
Black with #ACF45D
Text Example
Text Example
White with #ACF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF45D; }
p { color: rgb(172,244,93); }
H1.HeaderClassName
{
color: #ACF45D;
}
.AnyTagClassName
{
color: #ACF45D;
}
</style>
background-color css
<style>
a { background-color: #ACF45D; }
a { background-color: rgb(172,244,93); }
div.DivClassName
{
background-color: #ACF45D;
}
.BgClassName
{
background-color: #ACF45D;
}
</style>
border-color css
<style>
span { border-color: #ACF45D; }
span { border-color: rgb(172,244,93); }
td.TdClassName
{
border-color: #ACF45D;
}
.TagClassName
{
border-color: #ACF45D;
}
</style>