Shades of Conifer #ACF85B
Tints of Conifer #ACF85B
RGB
CMYK
RGB Variations
Color information
#ACF85B (or 0xACF85B) is known color: Conifer. HEX triplet: AC, F8 and 5B. RGB value is (172,248,91). Sum of RGB (Red+Green+Blue) = 172+248+91=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85B is #5307A4. Grayscale: #CFCFCF. Windows color (decimal): -5441445 or 6027436. OLE color: 6027436.
HSL color Cylindrical-coordinate representation of color #ACF85B: hue angle of 89.04º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF85B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 91 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.03 |
| HSL | 89.04º | 0.92% | 0.66% | - |
| HSV(B) | 89.04º | 0.63% | 0.97% | - |
| XYZ | 52.47 | 76.66 | 21.93 | - |
| YUV | 207.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 91 | 0.31 | 0 | 0.63 | 0.03 | 89.04 | 0.92 | 0.66 |
| Hex | AC | F8 | 5B | 1F | 0 | 3F | 3 | 59 | 5C | 42 |
| Octal | 254 | 370 | 133 | 37 | 0 | 77 | 3 | 131 | 134 | 102 |
| Binary | 10101100 | 11111000 | 1011011 | 11111 | 0 | 111111 | 11 | 1011001 | 1011100 | 1000010 |
Color Harmonies of #ACF85B
Complementary color
Monochromatic Colors of #ACF85B
Black with #ACF85B
Text Example
Text Example
White with #ACF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF85B; }
p { color: rgb(172,248,91); }
H1.HeaderClassName
{
color: #ACF85B;
}
.AnyTagClassName
{
color: #ACF85B;
}
</style>
background-color css
<style>
a { background-color: #ACF85B; }
a { background-color: rgb(172,248,91); }
div.DivClassName
{
background-color: #ACF85B;
}
.BgClassName
{
background-color: #ACF85B;
}
</style>
border-color css
<style>
span { border-color: #ACF85B; }
span { border-color: rgb(172,248,91); }
td.TdClassName
{
border-color: #ACF85B;
}
.TagClassName
{
border-color: #ACF85B;
}
</style>