Shades of Conifer #ACF05C
Tints of Conifer #ACF05C
RGB
CMYK
RGB Variations
Color information
#ACF05C (or 0xACF05C) is known color: Conifer. HEX triplet: AC, F0 and 5C. RGB value is (172,240,92). Sum of RGB (Red+Green+Blue) = 172+240+92=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05C is #530FA3. Grayscale: #CBCBCB. Windows color (decimal): -5443492 or 6090924. OLE color: 6090924.
HSL color Cylindrical-coordinate representation of color #ACF05C: hue angle of 87.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF05C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.06 |
| HSL | 87.57º | 0.83% | 0.65% | - |
| HSV(B) | 87.57º | 0.62% | 0.94% | - |
| XYZ | 50.11 | 71.86 | 21.36 | - |
| YUV | 202.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 92 | 0.28 | 0 | 0.62 | 0.06 | 87.57 | 0.83 | 0.65 |
| Hex | AC | F0 | 5C | 1C | 0 | 3E | 6 | 58 | 53 | 41 |
| Octal | 254 | 360 | 134 | 34 | 0 | 76 | 6 | 130 | 123 | 101 |
| Binary | 10101100 | 11110000 | 1011100 | 11100 | 0 | 111110 | 110 | 1011000 | 1010011 | 1000001 |
Color Harmonies of #ACF05C
Complementary color
Monochromatic Colors of #ACF05C
Black with #ACF05C
Text Example
Text Example
White with #ACF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF05C; }
p { color: rgb(172,240,92); }
H1.HeaderClassName
{
color: #ACF05C;
}
.AnyTagClassName
{
color: #ACF05C;
}
</style>
background-color css
<style>
a { background-color: #ACF05C; }
a { background-color: rgb(172,240,92); }
div.DivClassName
{
background-color: #ACF05C;
}
.BgClassName
{
background-color: #ACF05C;
}
</style>
border-color css
<style>
span { border-color: #ACF05C; }
span { border-color: rgb(172,240,92); }
td.TdClassName
{
border-color: #ACF05C;
}
.TagClassName
{
border-color: #ACF05C;
}
</style>