Shades of Conifer #ACF555
Tints of Conifer #ACF555
RGB
CMYK
RGB Variations
Color information
#ACF555 (or 0xACF555) is known color: Conifer. HEX triplet: AC, F5 and 55. RGB value is (172,245,85). Sum of RGB (Red+Green+Blue) = 172+245+85=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF555 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF555 is #530AAA. Grayscale: #CDCDCD. Windows color (decimal): -5442219 or 5633452. OLE color: 5633452.
HSL color Cylindrical-coordinate representation of color #ACF555: hue angle of 87.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF555 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 85 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.04 |
| HSL | 87.38º | 0.89% | 0.65% | - |
| HSV(B) | 87.38º | 0.65% | 0.96% | - |
| XYZ | 51.31 | 74.73 | 20.31 | - |
| YUV | 204.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 85 | 0.30 | 0 | 0.65 | 0.04 | 87.38 | 0.89 | 0.65 |
| Hex | AC | F5 | 55 | 1E | 0 | 41 | 4 | 57 | 59 | 41 |
| Octal | 254 | 365 | 125 | 36 | 0 | 101 | 4 | 127 | 131 | 101 |
| Binary | 10101100 | 11110101 | 1010101 | 11110 | 0 | 1000001 | 100 | 1010111 | 1011001 | 1000001 |
Color Harmonies of #ACF555
Complementary color
Monochromatic Colors of #ACF555
Black with #ACF555
Text Example
Text Example
White with #ACF555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF555; }
p { color: rgb(172,245,85); }
H1.HeaderClassName
{
color: #ACF555;
}
.AnyTagClassName
{
color: #ACF555;
}
</style>
background-color css
<style>
a { background-color: #ACF555; }
a { background-color: rgb(172,245,85); }
div.DivClassName
{
background-color: #ACF555;
}
.BgClassName
{
background-color: #ACF555;
}
</style>
border-color css
<style>
span { border-color: #ACF555; }
span { border-color: rgb(172,245,85); }
td.TdClassName
{
border-color: #ACF555;
}
.TagClassName
{
border-color: #ACF555;
}
</style>