Shades of Conifer #ACF553
Tints of Conifer #ACF553
RGB
CMYK
RGB Variations
Color information
#ACF553 (or 0xACF553) is known color: Conifer. HEX triplet: AC, F5 and 53. RGB value is (172,245,83). Sum of RGB (Red+Green+Blue) = 172+245+83=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF553 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF553 is #530AAC. Grayscale: #CDCDCD. Windows color (decimal): -5442221 or 5502380. OLE color: 5502380.
HSL color Cylindrical-coordinate representation of color #ACF553: hue angle of 87.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF553 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 83 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.04 |
| HSL | 87.04º | 0.89% | 0.64% | - |
| HSV(B) | 87.04º | 0.66% | 0.96% | - |
| XYZ | 51.23 | 74.7 | 19.9 | - |
| YUV | 204.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 83 | 0.30 | 0 | 0.66 | 0.04 | 87.04 | 0.89 | 0.64 |
| Hex | AC | F5 | 53 | 1E | 0 | 42 | 4 | 57 | 59 | 40 |
| Octal | 254 | 365 | 123 | 36 | 0 | 102 | 4 | 127 | 131 | 100 |
| Binary | 10101100 | 11110101 | 1010011 | 11110 | 0 | 1000010 | 100 | 1010111 | 1011001 | 1000000 |
Color Harmonies of #ACF553
Complementary color
Monochromatic Colors of #ACF553
Black with #ACF553
Text Example
Text Example
White with #ACF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF553; }
p { color: rgb(172,245,83); }
H1.HeaderClassName
{
color: #ACF553;
}
.AnyTagClassName
{
color: #ACF553;
}
</style>
background-color css
<style>
a { background-color: #ACF553; }
a { background-color: rgb(172,245,83); }
div.DivClassName
{
background-color: #ACF553;
}
.BgClassName
{
background-color: #ACF553;
}
</style>
border-color css
<style>
span { border-color: #ACF553; }
span { border-color: rgb(172,245,83); }
td.TdClassName
{
border-color: #ACF553;
}
.TagClassName
{
border-color: #ACF553;
}
</style>