Shades of Conifer #ACF04A
Tints of Conifer #ACF04A
RGB
CMYK
RGB Variations
Color information
#ACF04A (or 0xACF04A) is known color: Conifer. HEX triplet: AC, F0 and 4A. RGB value is (172,240,74). Sum of RGB (Red+Green+Blue) = 172+240+74=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF04A is #530FB5. Grayscale: #C9C9C9. Windows color (decimal): -5443510 or 4911276. OLE color: 4911276.
HSL color Cylindrical-coordinate representation of color #ACF04A: hue angle of 84.58º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF04A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 74 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.06 |
| HSL | 84.58º | 0.85% | 0.62% | - |
| HSV(B) | 84.58º | 0.69% | 0.94% | - |
| XYZ | 49.41 | 71.59 | 17.69 | - |
| YUV | 200.74 | 56.47 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 74 | 0.28 | 0 | 0.69 | 0.06 | 84.58 | 0.85 | 0.62 |
| Hex | AC | F0 | 4A | 1C | 0 | 45 | 6 | 55 | 55 | 3E |
| Octal | 254 | 360 | 112 | 34 | 0 | 105 | 6 | 125 | 125 | 76 |
| Binary | 10101100 | 11110000 | 1001010 | 11100 | 0 | 1000101 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ACF04A
Complementary color
Monochromatic Colors of #ACF04A
Black with #ACF04A
Text Example
Text Example
White with #ACF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF04A; }
p { color: rgb(172,240,74); }
H1.HeaderClassName
{
color: #ACF04A;
}
.AnyTagClassName
{
color: #ACF04A;
}
</style>
background-color css
<style>
a { background-color: #ACF04A; }
a { background-color: rgb(172,240,74); }
div.DivClassName
{
background-color: #ACF04A;
}
.BgClassName
{
background-color: #ACF04A;
}
</style>
border-color css
<style>
span { border-color: #ACF04A; }
span { border-color: rgb(172,240,74); }
td.TdClassName
{
border-color: #ACF04A;
}
.TagClassName
{
border-color: #ACF04A;
}
</style>