Shades of Conifer #ACF665
Tints of Conifer #ACF665
RGB
CMYK
RGB Variations
Color information
#ACF665 (or 0xACF665) is known color: Conifer. HEX triplet: AC, F6 and 65. RGB value is (172,246,101). Sum of RGB (Red+Green+Blue) = 172+246+101=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF665 is #53099A. Grayscale: #CFCFCF. Windows color (decimal): -5441947 or 6682284. OLE color: 6682284.
HSL color Cylindrical-coordinate representation of color #ACF665: hue angle of 90.62º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF665 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 101 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.04 |
| HSL | 90.62º | 0.89% | 0.68% | - |
| HSV(B) | 90.62º | 0.59% | 0.96% | - |
| XYZ | 52.32 | 75.62 | 24.15 | - |
| YUV | 207.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 101 | 0.30 | 0 | 0.59 | 0.04 | 90.62 | 0.89 | 0.68 |
| Hex | AC | F6 | 65 | 1E | 0 | 3B | 4 | 5B | 59 | 44 |
| Octal | 254 | 366 | 145 | 36 | 0 | 73 | 4 | 133 | 131 | 104 |
| Binary | 10101100 | 11110110 | 1100101 | 11110 | 0 | 111011 | 100 | 1011011 | 1011001 | 1000100 |
Color Harmonies of #ACF665
Complementary color
Monochromatic Colors of #ACF665
Black with #ACF665
Text Example
Text Example
White with #ACF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF665; }
p { color: rgb(172,246,101); }
H1.HeaderClassName
{
color: #ACF665;
}
.AnyTagClassName
{
color: #ACF665;
}
</style>
background-color css
<style>
a { background-color: #ACF665; }
a { background-color: rgb(172,246,101); }
div.DivClassName
{
background-color: #ACF665;
}
.BgClassName
{
background-color: #ACF665;
}
</style>
border-color css
<style>
span { border-color: #ACF665; }
span { border-color: rgb(172,246,101); }
td.TdClassName
{
border-color: #ACF665;
}
.TagClassName
{
border-color: #ACF665;
}
</style>