Shades of Conifer #ACF45C
Tints of Conifer #ACF45C
RGB
CMYK
RGB Variations
Color information
#ACF45C (or 0xACF45C) is known color: Conifer. HEX triplet: AC, F4 and 5C. RGB value is (172,244,92). Sum of RGB (Red+Green+Blue) = 172+244+92=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45C is #530BA3. Grayscale: #CDCDCD. Windows color (decimal): -5442468 or 6091948. OLE color: 6091948.
HSL color Cylindrical-coordinate representation of color #ACF45C: hue angle of 88.42º 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 #ACF45C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 92 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 88.42º | 0.87% | 0.66% | - |
| HSV(B) | 88.42º | 0.62% | 0.96% | - |
| XYZ | 51.3 | 74.24 | 21.75 | - |
| YUV | 205.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 92 | 0.30 | 0 | 0.62 | 0.04 | 88.42 | 0.87 | 0.66 |
| Hex | AC | F4 | 5C | 1E | 0 | 3E | 4 | 58 | 57 | 42 |
| Octal | 254 | 364 | 134 | 36 | 0 | 76 | 4 | 130 | 127 | 102 |
| Binary | 10101100 | 11110100 | 1011100 | 11110 | 0 | 111110 | 100 | 1011000 | 1010111 | 1000010 |
Color Harmonies of #ACF45C
Complementary color
Monochromatic Colors of #ACF45C
Black with #ACF45C
Text Example
Text Example
White with #ACF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF45C; }
p { color: rgb(172,244,92); }
H1.HeaderClassName
{
color: #ACF45C;
}
.AnyTagClassName
{
color: #ACF45C;
}
</style>
background-color css
<style>
a { background-color: #ACF45C; }
a { background-color: rgb(172,244,92); }
div.DivClassName
{
background-color: #ACF45C;
}
.BgClassName
{
background-color: #ACF45C;
}
</style>
border-color css
<style>
span { border-color: #ACF45C; }
span { border-color: rgb(172,244,92); }
td.TdClassName
{
border-color: #ACF45C;
}
.TagClassName
{
border-color: #ACF45C;
}
</style>