Shades of Conifer #ACF74C
Tints of Conifer #ACF74C
RGB
CMYK
RGB Variations
Color information
#ACF74C (or 0xACF74C) is known color: Conifer. HEX triplet: AC, F7 and 4C. RGB value is (172,247,76). Sum of RGB (Red+Green+Blue) = 172+247+76=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF74C is #5308B3. Grayscale: #CDCDCD. Windows color (decimal): -5441716 or 5044140. OLE color: 5044140.
HSL color Cylindrical-coordinate representation of color #ACF74C: hue angle of 86.32º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF74C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 86.32º | 0.91% | 0.63% | - |
| HSV(B) | 86.32º | 0.69% | 0.97% | - |
| XYZ | 51.58 | 75.81 | 18.75 | - |
| YUV | 205.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 76 | 0.30 | 0 | 0.69 | 0.03 | 86.32 | 0.91 | 0.63 |
| Hex | AC | F7 | 4C | 1E | 0 | 45 | 3 | 56 | 5B | 3F |
| Octal | 254 | 367 | 114 | 36 | 0 | 105 | 3 | 126 | 133 | 77 |
| Binary | 10101100 | 11110111 | 1001100 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011011 | 111111 |
Color Harmonies of #ACF74C
Complementary color
Monochromatic Colors of #ACF74C
Black with #ACF74C
Text Example
Text Example
White with #ACF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF74C; }
p { color: rgb(172,247,76); }
H1.HeaderClassName
{
color: #ACF74C;
}
.AnyTagClassName
{
color: #ACF74C;
}
</style>
background-color css
<style>
a { background-color: #ACF74C; }
a { background-color: rgb(172,247,76); }
div.DivClassName
{
background-color: #ACF74C;
}
.BgClassName
{
background-color: #ACF74C;
}
</style>
border-color css
<style>
span { border-color: #ACF74C; }
span { border-color: rgb(172,247,76); }
td.TdClassName
{
border-color: #ACF74C;
}
.TagClassName
{
border-color: #ACF74C;
}
</style>