Shades of Conifer #ACF84C
Tints of Conifer #ACF84C
RGB
CMYK
RGB Variations
Color information
#ACF84C (or 0xACF84C) is known color: Conifer. HEX triplet: AC, F8 and 4C. RGB value is (172,248,76). Sum of RGB (Red+Green+Blue) = 172+248+76=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF84C is #5307B3. Grayscale: #CECECE. Windows color (decimal): -5441460 or 5044396. OLE color: 5044396.
HSL color Cylindrical-coordinate representation of color #ACF84C: hue angle of 86.51º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF84C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 76 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.03 |
| HSL | 86.51º | 0.92% | 0.64% | - |
| HSV(B) | 86.51º | 0.69% | 0.97% | - |
| XYZ | 51.89 | 76.43 | 18.85 | - |
| YUV | 205.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 76 | 0.31 | 0 | 0.69 | 0.03 | 86.51 | 0.92 | 0.64 |
| Hex | AC | F8 | 4C | 1F | 0 | 45 | 3 | 57 | 5C | 40 |
| Octal | 254 | 370 | 114 | 37 | 0 | 105 | 3 | 127 | 134 | 100 |
| Binary | 10101100 | 11111000 | 1001100 | 11111 | 0 | 1000101 | 11 | 1010111 | 1011100 | 1000000 |
Color Harmonies of #ACF84C
Complementary color
Monochromatic Colors of #ACF84C
Black with #ACF84C
Text Example
Text Example
White with #ACF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF84C; }
p { color: rgb(172,248,76); }
H1.HeaderClassName
{
color: #ACF84C;
}
.AnyTagClassName
{
color: #ACF84C;
}
</style>
background-color css
<style>
a { background-color: #ACF84C; }
a { background-color: rgb(172,248,76); }
div.DivClassName
{
background-color: #ACF84C;
}
.BgClassName
{
background-color: #ACF84C;
}
</style>
border-color css
<style>
span { border-color: #ACF84C; }
span { border-color: rgb(172,248,76); }
td.TdClassName
{
border-color: #ACF84C;
}
.TagClassName
{
border-color: #ACF84C;
}
</style>