Shades of Conifer #ACF04B
Tints of Conifer #ACF04B
RGB
CMYK
RGB Variations
Color information
#ACF04B (or 0xACF04B) is known color: Conifer. HEX triplet: AC, F0 and 4B. RGB value is (172,240,75). Sum of RGB (Red+Green+Blue) = 172+240+75=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF04B is #530FB4. Grayscale: #C9C9C9. Windows color (decimal): -5443509 or 4976812. OLE color: 4976812.
HSL color Cylindrical-coordinate representation of color #ACF04B: hue angle of 84.73º 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 #ACF04B is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 75 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.06 |
| HSL | 84.73º | 0.85% | 0.62% | - |
| HSV(B) | 84.73º | 0.69% | 0.94% | - |
| XYZ | 49.44 | 71.6 | 17.87 | - |
| YUV | 200.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 75 | 0.28 | 0 | 0.69 | 0.06 | 84.73 | 0.85 | 0.62 |
| Hex | AC | F0 | 4B | 1C | 0 | 45 | 6 | 55 | 55 | 3E |
| Octal | 254 | 360 | 113 | 34 | 0 | 105 | 6 | 125 | 125 | 76 |
| Binary | 10101100 | 11110000 | 1001011 | 11100 | 0 | 1000101 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ACF04B
Complementary color
Monochromatic Colors of #ACF04B
Black with #ACF04B
Text Example
Text Example
White with #ACF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF04B; }
p { color: rgb(172,240,75); }
H1.HeaderClassName
{
color: #ACF04B;
}
.AnyTagClassName
{
color: #ACF04B;
}
</style>
background-color css
<style>
a { background-color: #ACF04B; }
a { background-color: rgb(172,240,75); }
div.DivClassName
{
background-color: #ACF04B;
}
.BgClassName
{
background-color: #ACF04B;
}
</style>
border-color css
<style>
span { border-color: #ACF04B; }
span { border-color: rgb(172,240,75); }
td.TdClassName
{
border-color: #ACF04B;
}
.TagClassName
{
border-color: #ACF04B;
}
</style>