Shades of Conifer #ACF94E
Tints of Conifer #ACF94E
RGB
CMYK
RGB Variations
Color information
#ACF94E (or 0xACF94E) is known color: Conifer. HEX triplet: AC, F9 and 4E. RGB value is (172,249,78). Sum of RGB (Red+Green+Blue) = 172+249+78=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF94E is #5306B1. Grayscale: #CFCFCF. Windows color (decimal): -5441202 or 5175724. OLE color: 5175724.
HSL color Cylindrical-coordinate representation of color #ACF94E: hue angle of 87.02º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF94E is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 78 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.02 |
| HSL | 87.02º | 0.93% | 0.64% | - |
| HSV(B) | 87.02º | 0.69% | 0.98% | - |
| XYZ | 52.26 | 77.07 | 19.33 | - |
| YUV | 206.48 | 55.49 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 78 | 0.31 | 0 | 0.69 | 0.02 | 87.02 | 0.93 | 0.64 |
| Hex | AC | F9 | 4E | 1F | 0 | 45 | 2 | 57 | 5D | 40 |
| Octal | 254 | 371 | 116 | 37 | 0 | 105 | 2 | 127 | 135 | 100 |
| Binary | 10101100 | 11111001 | 1001110 | 11111 | 0 | 1000101 | 10 | 1010111 | 1011101 | 1000000 |
Color Harmonies of #ACF94E
Complementary color
Monochromatic Colors of #ACF94E
Black with #ACF94E
Text Example
Text Example
White with #ACF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF94E; }
p { color: rgb(172,249,78); }
H1.HeaderClassName
{
color: #ACF94E;
}
.AnyTagClassName
{
color: #ACF94E;
}
</style>
background-color css
<style>
a { background-color: #ACF94E; }
a { background-color: rgb(172,249,78); }
div.DivClassName
{
background-color: #ACF94E;
}
.BgClassName
{
background-color: #ACF94E;
}
</style>
border-color css
<style>
span { border-color: #ACF94E; }
span { border-color: rgb(172,249,78); }
td.TdClassName
{
border-color: #ACF94E;
}
.TagClassName
{
border-color: #ACF94E;
}
</style>