Shades of Conifer #ACF44B
Tints of Conifer #ACF44B
RGB
CMYK
RGB Variations
Color information
#ACF44B (or 0xACF44B) is known color: Conifer. HEX triplet: AC, F4 and 4B. RGB value is (172,244,75). Sum of RGB (Red+Green+Blue) = 172+244+75=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF44B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF44B is #530BB4. Grayscale: #CBCBCB. Windows color (decimal): -5442485 or 4977836. OLE color: 4977836.
HSL color Cylindrical-coordinate representation of color #ACF44B: hue angle of 85.56º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF44B is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 75 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.04 |
| HSL | 85.56º | 0.88% | 0.63% | - |
| HSV(B) | 85.56º | 0.69% | 0.96% | - |
| XYZ | 50.63 | 73.98 | 18.27 | - |
| YUV | 203.21 | 55.65 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 75 | 0.30 | 0 | 0.69 | 0.04 | 85.56 | 0.88 | 0.63 |
| Hex | AC | F4 | 4B | 1E | 0 | 45 | 4 | 56 | 58 | 3F |
| Octal | 254 | 364 | 113 | 36 | 0 | 105 | 4 | 126 | 130 | 77 |
| Binary | 10101100 | 11110100 | 1001011 | 11110 | 0 | 1000101 | 100 | 1010110 | 1011000 | 111111 |
Color Harmonies of #ACF44B
Complementary color
Monochromatic Colors of #ACF44B
Black with #ACF44B
Text Example
Text Example
White with #ACF44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF44B; }
p { color: rgb(172,244,75); }
H1.HeaderClassName
{
color: #ACF44B;
}
.AnyTagClassName
{
color: #ACF44B;
}
</style>
background-color css
<style>
a { background-color: #ACF44B; }
a { background-color: rgb(172,244,75); }
div.DivClassName
{
background-color: #ACF44B;
}
.BgClassName
{
background-color: #ACF44B;
}
</style>
border-color css
<style>
span { border-color: #ACF44B; }
span { border-color: rgb(172,244,75); }
td.TdClassName
{
border-color: #ACF44B;
}
.TagClassName
{
border-color: #ACF44B;
}
</style>