Shades of Conifer #ACF44D
Tints of Conifer #ACF44D
RGB
CMYK
RGB Variations
Color information
#ACF44D (or 0xACF44D) is known color: Conifer. HEX triplet: AC, F4 and 4D. RGB value is (172,244,77). Sum of RGB (Red+Green+Blue) = 172+244+77=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF44D is #530BB2. Grayscale: #CCCCCC. Windows color (decimal): -5442483 or 5108908. OLE color: 5108908.
HSL color Cylindrical-coordinate representation of color #ACF44D: hue angle of 85.87º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF44D is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 77 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.04 |
| HSL | 85.87º | 0.88% | 0.63% | - |
| HSV(B) | 85.87º | 0.68% | 0.96% | - |
| XYZ | 50.7 | 74.01 | 18.63 | - |
| YUV | 203.43 | 56.65 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 77 | 0.30 | 0 | 0.68 | 0.04 | 85.87 | 0.88 | 0.63 |
| Hex | AC | F4 | 4D | 1E | 0 | 44 | 4 | 56 | 58 | 3F |
| Octal | 254 | 364 | 115 | 36 | 0 | 104 | 4 | 126 | 130 | 77 |
| Binary | 10101100 | 11110100 | 1001101 | 11110 | 0 | 1000100 | 100 | 1010110 | 1011000 | 111111 |
Color Harmonies of #ACF44D
Complementary color
Monochromatic Colors of #ACF44D
Black with #ACF44D
Text Example
Text Example
White with #ACF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF44D; }
p { color: rgb(172,244,77); }
H1.HeaderClassName
{
color: #ACF44D;
}
.AnyTagClassName
{
color: #ACF44D;
}
</style>
background-color css
<style>
a { background-color: #ACF44D; }
a { background-color: rgb(172,244,77); }
div.DivClassName
{
background-color: #ACF44D;
}
.BgClassName
{
background-color: #ACF44D;
}
</style>
border-color css
<style>
span { border-color: #ACF44D; }
span { border-color: rgb(172,244,77); }
td.TdClassName
{
border-color: #ACF44D;
}
.TagClassName
{
border-color: #ACF44D;
}
</style>