Shades of Conifer #ACF44A
Tints of Conifer #ACF44A
RGB
CMYK
RGB Variations
Color information
#ACF44A (or 0xACF44A) is known color: Conifer. HEX triplet: AC, F4 and 4A. RGB value is (172,244,74). Sum of RGB (Red+Green+Blue) = 172+244+74=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF44A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF44A is #530BB5. Grayscale: #CBCBCB. Windows color (decimal): -5442486 or 4912300. OLE color: 4912300.
HSL color Cylindrical-coordinate representation of color #ACF44A: hue angle of 85.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF44A is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 74 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.04 |
| HSL | 85.41º | 0.89% | 0.62% | - |
| HSV(B) | 85.41º | 0.7% | 0.96% | - |
| XYZ | 50.6 | 73.97 | 18.09 | - |
| YUV | 203.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 74 | 0.30 | 0 | 0.70 | 0.04 | 85.41 | 0.89 | 0.62 |
| Hex | AC | F4 | 4A | 1E | 0 | 46 | 4 | 55 | 59 | 3E |
| Octal | 254 | 364 | 112 | 36 | 0 | 106 | 4 | 125 | 131 | 76 |
| Binary | 10101100 | 11110100 | 1001010 | 11110 | 0 | 1000110 | 100 | 1010101 | 1011001 | 111110 |
Color Harmonies of #ACF44A
Complementary color
Monochromatic Colors of #ACF44A
Black with #ACF44A
Text Example
Text Example
White with #ACF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF44A; }
p { color: rgb(172,244,74); }
H1.HeaderClassName
{
color: #ACF44A;
}
.AnyTagClassName
{
color: #ACF44A;
}
</style>
background-color css
<style>
a { background-color: #ACF44A; }
a { background-color: rgb(172,244,74); }
div.DivClassName
{
background-color: #ACF44A;
}
.BgClassName
{
background-color: #ACF44A;
}
</style>
border-color css
<style>
span { border-color: #ACF44A; }
span { border-color: rgb(172,244,74); }
td.TdClassName
{
border-color: #ACF44A;
}
.TagClassName
{
border-color: #ACF44A;
}
</style>