Shades of Conifer #ACF652
Tints of Conifer #ACF652
RGB
CMYK
RGB Variations
Color information
#ACF652 (or 0xACF652) is known color: Conifer. HEX triplet: AC, F6 and 52. RGB value is (172,246,82). Sum of RGB (Red+Green+Blue) = 172+246+82=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF652 is #5309AD. Grayscale: #CDCDCD. Windows color (decimal): -5441966 or 5437100. OLE color: 5437100.
HSL color Cylindrical-coordinate representation of color #ACF652: hue angle of 87.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF652 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 82 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.04 |
| HSL | 87.07º | 0.9% | 0.64% | - |
| HSV(B) | 87.07º | 0.67% | 0.96% | - |
| XYZ | 51.49 | 75.29 | 19.8 | - |
| YUV | 205.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 82 | 0.30 | 0 | 0.67 | 0.04 | 87.07 | 0.9 | 0.64 |
| Hex | AC | F6 | 52 | 1E | 0 | 43 | 4 | 57 | 5A | 40 |
| Octal | 254 | 366 | 122 | 36 | 0 | 103 | 4 | 127 | 132 | 100 |
| Binary | 10101100 | 11110110 | 1010010 | 11110 | 0 | 1000011 | 100 | 1010111 | 1011010 | 1000000 |
Color Harmonies of #ACF652
Complementary color
Monochromatic Colors of #ACF652
Black with #ACF652
Text Example
Text Example
White with #ACF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF652; }
p { color: rgb(172,246,82); }
H1.HeaderClassName
{
color: #ACF652;
}
.AnyTagClassName
{
color: #ACF652;
}
</style>
background-color css
<style>
a { background-color: #ACF652; }
a { background-color: rgb(172,246,82); }
div.DivClassName
{
background-color: #ACF652;
}
.BgClassName
{
background-color: #ACF652;
}
</style>
border-color css
<style>
span { border-color: #ACF652; }
span { border-color: rgb(172,246,82); }
td.TdClassName
{
border-color: #ACF652;
}
.TagClassName
{
border-color: #ACF652;
}
</style>