Shades of Conifer #ACF04C
Tints of Conifer #ACF04C
RGB
CMYK
RGB Variations
Color information
#ACF04C (or 0xACF04C) is known color: Conifer. HEX triplet: AC, F0 and 4C. RGB value is (172,240,76). Sum of RGB (Red+Green+Blue) = 172+240+76=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF04C is #530FB3. Grayscale: #C9C9C9. Windows color (decimal): -5443508 or 5042348. OLE color: 5042348.
HSL color Cylindrical-coordinate representation of color #ACF04C: hue angle of 84.88º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF04C is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 76 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.06 |
| HSL | 84.88º | 0.85% | 0.62% | - |
| HSV(B) | 84.88º | 0.68% | 0.94% | - |
| XYZ | 49.48 | 71.61 | 18.05 | - |
| YUV | 200.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 76 | 0.28 | 0 | 0.68 | 0.06 | 84.88 | 0.85 | 0.62 |
| Hex | AC | F0 | 4C | 1C | 0 | 44 | 6 | 55 | 55 | 3E |
| Octal | 254 | 360 | 114 | 34 | 0 | 104 | 6 | 125 | 125 | 76 |
| Binary | 10101100 | 11110000 | 1001100 | 11100 | 0 | 1000100 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ACF04C
Complementary color
Monochromatic Colors of #ACF04C
Black with #ACF04C
Text Example
Text Example
White with #ACF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF04C; }
p { color: rgb(172,240,76); }
H1.HeaderClassName
{
color: #ACF04C;
}
.AnyTagClassName
{
color: #ACF04C;
}
</style>
background-color css
<style>
a { background-color: #ACF04C; }
a { background-color: rgb(172,240,76); }
div.DivClassName
{
background-color: #ACF04C;
}
.BgClassName
{
background-color: #ACF04C;
}
</style>
border-color css
<style>
span { border-color: #ACF04C; }
span { border-color: rgb(172,240,76); }
td.TdClassName
{
border-color: #ACF04C;
}
.TagClassName
{
border-color: #ACF04C;
}
</style>