Shades of Conifer #ACF84D
Tints of Conifer #ACF84D
RGB
CMYK
RGB Variations
Color information
#ACF84D (or 0xACF84D) is known color: Conifer. HEX triplet: AC, F8 and 4D. RGB value is (172,248,77). Sum of RGB (Red+Green+Blue) = 172+248+77=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF84D is #5307B2. Grayscale: #CECECE. Windows color (decimal): -5441459 or 5109932. OLE color: 5109932.
HSL color Cylindrical-coordinate representation of color #ACF84D: hue angle of 86.67º 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 #ACF84D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 77 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.03 |
| HSL | 86.67º | 0.92% | 0.64% | - |
| HSV(B) | 86.67º | 0.69% | 0.97% | - |
| XYZ | 51.92 | 76.44 | 19.04 | - |
| YUV | 205.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 77 | 0.31 | 0 | 0.69 | 0.03 | 86.67 | 0.92 | 0.64 |
| Hex | AC | F8 | 4D | 1F | 0 | 45 | 3 | 57 | 5C | 40 |
| Octal | 254 | 370 | 115 | 37 | 0 | 105 | 3 | 127 | 134 | 100 |
| Binary | 10101100 | 11111000 | 1001101 | 11111 | 0 | 1000101 | 11 | 1010111 | 1011100 | 1000000 |
Color Harmonies of #ACF84D
Complementary color
Monochromatic Colors of #ACF84D
Black with #ACF84D
Text Example
Text Example
White with #ACF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF84D; }
p { color: rgb(172,248,77); }
H1.HeaderClassName
{
color: #ACF84D;
}
.AnyTagClassName
{
color: #ACF84D;
}
</style>
background-color css
<style>
a { background-color: #ACF84D; }
a { background-color: rgb(172,248,77); }
div.DivClassName
{
background-color: #ACF84D;
}
.BgClassName
{
background-color: #ACF84D;
}
</style>
border-color css
<style>
span { border-color: #ACF84D; }
span { border-color: rgb(172,248,77); }
td.TdClassName
{
border-color: #ACF84D;
}
.TagClassName
{
border-color: #ACF84D;
}
</style>