Shades of Conifer #ACF765
Tints of Conifer #ACF765
RGB
CMYK
RGB Variations
Color information
#ACF765 (or 0xACF765) is known color: Conifer. HEX triplet: AC, F7 and 65. RGB value is (172,247,101). Sum of RGB (Red+Green+Blue) = 172+247+101=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF765 is #53089A. Grayscale: #D0D0D0. Windows color (decimal): -5441691 or 6682540. OLE color: 6682540.
HSL color Cylindrical-coordinate representation of color #ACF765: hue angle of 90.82º 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 #ACF765 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 101 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.03 |
| HSL | 90.82º | 0.9% | 0.68% | - |
| HSV(B) | 90.82º | 0.59% | 0.97% | - |
| XYZ | 52.62 | 76.23 | 24.25 | - |
| YUV | 207.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 101 | 0.30 | 0 | 0.59 | 0.03 | 90.82 | 0.9 | 0.68 |
| Hex | AC | F7 | 65 | 1E | 0 | 3B | 3 | 5B | 5A | 44 |
| Octal | 254 | 367 | 145 | 36 | 0 | 73 | 3 | 133 | 132 | 104 |
| Binary | 10101100 | 11110111 | 1100101 | 11110 | 0 | 111011 | 11 | 1011011 | 1011010 | 1000100 |
Color Harmonies of #ACF765
Complementary color
Monochromatic Colors of #ACF765
Black with #ACF765
Text Example
Text Example
White with #ACF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF765; }
p { color: rgb(172,247,101); }
H1.HeaderClassName
{
color: #ACF765;
}
.AnyTagClassName
{
color: #ACF765;
}
</style>
background-color css
<style>
a { background-color: #ACF765; }
a { background-color: rgb(172,247,101); }
div.DivClassName
{
background-color: #ACF765;
}
.BgClassName
{
background-color: #ACF765;
}
</style>
border-color css
<style>
span { border-color: #ACF765; }
span { border-color: rgb(172,247,101); }
td.TdClassName
{
border-color: #ACF765;
}
.TagClassName
{
border-color: #ACF765;
}
</style>