Shades of Conifer #ACF766
Tints of Conifer #ACF766
RGB
CMYK
RGB Variations
Color information
#ACF766 (or 0xACF766) is known color: Conifer. HEX triplet: AC, F7 and 66. RGB value is (172,247,102). Sum of RGB (Red+Green+Blue) = 172+247+102=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF766 is #530899. Grayscale: #D0D0D0. Windows color (decimal): -5441690 or 6748076. OLE color: 6748076.
HSL color Cylindrical-coordinate representation of color #ACF766: hue angle of 91.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF766 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 102 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.03 |
| HSL | 91.03º | 0.9% | 0.68% | - |
| HSV(B) | 91.03º | 0.59% | 0.97% | - |
| XYZ | 52.67 | 76.25 | 24.51 | - |
| YUV | 208.05 | 68.15 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 102 | 0.30 | 0 | 0.59 | 0.03 | 91.03 | 0.9 | 0.68 |
| Hex | AC | F7 | 66 | 1E | 0 | 3B | 3 | 5B | 5A | 44 |
| Octal | 254 | 367 | 146 | 36 | 0 | 73 | 3 | 133 | 132 | 104 |
| Binary | 10101100 | 11110111 | 1100110 | 11110 | 0 | 111011 | 11 | 1011011 | 1011010 | 1000100 |
Color Harmonies of #ACF766
Complementary color
Monochromatic Colors of #ACF766
Black with #ACF766
Text Example
Text Example
White with #ACF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF766; }
p { color: rgb(172,247,102); }
H1.HeaderClassName
{
color: #ACF766;
}
.AnyTagClassName
{
color: #ACF766;
}
</style>
background-color css
<style>
a { background-color: #ACF766; }
a { background-color: rgb(172,247,102); }
div.DivClassName
{
background-color: #ACF766;
}
.BgClassName
{
background-color: #ACF766;
}
</style>
border-color css
<style>
span { border-color: #ACF766; }
span { border-color: rgb(172,247,102); }
td.TdClassName
{
border-color: #ACF766;
}
.TagClassName
{
border-color: #ACF766;
}
</style>