Shades of Conifer #ACF66A
Tints of Conifer #ACF66A
RGB
CMYK
RGB Variations
Color information
#ACF66A (or 0xACF66A) is known color: Conifer. HEX triplet: AC, F6 and 6A. RGB value is (172,246,106). Sum of RGB (Red+Green+Blue) = 172+246+106=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF66A is #530995. Grayscale: #D0D0D0. Windows color (decimal): -5441942 or 7009964. OLE color: 7009964.
HSL color Cylindrical-coordinate representation of color #ACF66A: hue angle of 91.71º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF66A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 106 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.04 |
| HSL | 91.71º | 0.89% | 0.69% | - |
| HSV(B) | 91.71º | 0.57% | 0.96% | - |
| XYZ | 52.57 | 75.72 | 25.48 | - |
| YUV | 207.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 106 | 0.30 | 0 | 0.57 | 0.04 | 91.71 | 0.89 | 0.69 |
| Hex | AC | F6 | 6A | 1E | 0 | 39 | 4 | 5C | 59 | 45 |
| Octal | 254 | 366 | 152 | 36 | 0 | 71 | 4 | 134 | 131 | 105 |
| Binary | 10101100 | 11110110 | 1101010 | 11110 | 0 | 111001 | 100 | 1011100 | 1011001 | 1000101 |
Color Harmonies of #ACF66A
Complementary color
Monochromatic Colors of #ACF66A
Black with #ACF66A
Text Example
Text Example
White with #ACF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF66A; }
p { color: rgb(172,246,106); }
H1.HeaderClassName
{
color: #ACF66A;
}
.AnyTagClassName
{
color: #ACF66A;
}
</style>
background-color css
<style>
a { background-color: #ACF66A; }
a { background-color: rgb(172,246,106); }
div.DivClassName
{
background-color: #ACF66A;
}
.BgClassName
{
background-color: #ACF66A;
}
</style>
border-color css
<style>
span { border-color: #ACF66A; }
span { border-color: rgb(172,246,106); }
td.TdClassName
{
border-color: #ACF66A;
}
.TagClassName
{
border-color: #ACF66A;
}
</style>