Shades of Conifer #ACF84F
Tints of Conifer #ACF84F
RGB
CMYK
RGB Variations
Color information
#ACF84F (or 0xACF84F) is known color: Conifer. HEX triplet: AC, F8 and 4F. RGB value is (172,248,79). Sum of RGB (Red+Green+Blue) = 172+248+79=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF84F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF84F is #5307B0. Grayscale: #CECECE. Windows color (decimal): -5441457 or 5241004. OLE color: 5241004.
HSL color Cylindrical-coordinate representation of color #ACF84F: hue angle of 86.98º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF84F is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 79 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.03 |
| HSL | 86.98º | 0.92% | 0.64% | - |
| HSV(B) | 86.98º | 0.68% | 0.97% | - |
| XYZ | 51.99 | 76.47 | 19.42 | - |
| YUV | 206.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 79 | 0.31 | 0 | 0.68 | 0.03 | 86.98 | 0.92 | 0.64 |
| Hex | AC | F8 | 4F | 1F | 0 | 44 | 3 | 57 | 5C | 40 |
| Octal | 254 | 370 | 117 | 37 | 0 | 104 | 3 | 127 | 134 | 100 |
| Binary | 10101100 | 11111000 | 1001111 | 11111 | 0 | 1000100 | 11 | 1010111 | 1011100 | 1000000 |
Color Harmonies of #ACF84F
Complementary color
Monochromatic Colors of #ACF84F
Black with #ACF84F
Text Example
Text Example
White with #ACF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF84F; }
p { color: rgb(172,248,79); }
H1.HeaderClassName
{
color: #ACF84F;
}
.AnyTagClassName
{
color: #ACF84F;
}
</style>
background-color css
<style>
a { background-color: #ACF84F; }
a { background-color: rgb(172,248,79); }
div.DivClassName
{
background-color: #ACF84F;
}
.BgClassName
{
background-color: #ACF84F;
}
</style>
border-color css
<style>
span { border-color: #ACF84F; }
span { border-color: rgb(172,248,79); }
td.TdClassName
{
border-color: #ACF84F;
}
.TagClassName
{
border-color: #ACF84F;
}
</style>