Shades of Conifer #ACF15C
Tints of Conifer #ACF15C
RGB
CMYK
RGB Variations
Color information
#ACF15C (or 0xACF15C) is known color: Conifer. HEX triplet: AC, F1 and 5C. RGB value is (172,241,92). Sum of RGB (Red+Green+Blue) = 172+241+92=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15C is #530EA3. Grayscale: #CBCBCB. Windows color (decimal): -5443236 or 6091180. OLE color: 6091180.
HSL color Cylindrical-coordinate representation of color #ACF15C: hue angle of 87.79º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF15C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.05 |
| HSL | 87.79º | 0.84% | 0.65% | - |
| HSV(B) | 87.79º | 0.62% | 0.95% | - |
| XYZ | 50.4 | 72.45 | 21.45 | - |
| YUV | 203.38 | 65.14 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 92 | 0.29 | 0 | 0.62 | 0.05 | 87.79 | 0.84 | 0.65 |
| Hex | AC | F1 | 5C | 1D | 0 | 3E | 5 | 58 | 54 | 41 |
| Octal | 254 | 361 | 134 | 35 | 0 | 76 | 5 | 130 | 124 | 101 |
| Binary | 10101100 | 11110001 | 1011100 | 11101 | 0 | 111110 | 101 | 1011000 | 1010100 | 1000001 |
Color Harmonies of #ACF15C
Complementary color
Monochromatic Colors of #ACF15C
Black with #ACF15C
Text Example
Text Example
White with #ACF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF15C; }
p { color: rgb(172,241,92); }
H1.HeaderClassName
{
color: #ACF15C;
}
.AnyTagClassName
{
color: #ACF15C;
}
</style>
background-color css
<style>
a { background-color: #ACF15C; }
a { background-color: rgb(172,241,92); }
div.DivClassName
{
background-color: #ACF15C;
}
.BgClassName
{
background-color: #ACF15C;
}
</style>
border-color css
<style>
span { border-color: #ACF15C; }
span { border-color: rgb(172,241,92); }
td.TdClassName
{
border-color: #ACF15C;
}
.TagClassName
{
border-color: #ACF15C;
}
</style>