Shades of Conifer #ACF069
Tints of Conifer #ACF069
RGB
CMYK
RGB Variations
Color information
#ACF069 (or 0xACF069) is known color: Conifer. HEX triplet: AC, F0 and 69. RGB value is (172,240,105). Sum of RGB (Red+Green+Blue) = 172+240+105=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF069 is #530F96. Grayscale: #CCCCCC. Windows color (decimal): -5443479 or 6942892. OLE color: 6942892.
HSL color Cylindrical-coordinate representation of color #ACF069: hue angle of 90.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF069 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 105 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.06 |
| HSL | 90.22º | 0.82% | 0.68% | - |
| HSV(B) | 90.22º | 0.56% | 0.94% | - |
| XYZ | 50.72 | 72.11 | 24.61 | - |
| YUV | 204.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 105 | 0.28 | 0 | 0.56 | 0.06 | 90.22 | 0.82 | 0.68 |
| Hex | AC | F0 | 69 | 1C | 0 | 38 | 6 | 5A | 52 | 44 |
| Octal | 254 | 360 | 151 | 34 | 0 | 70 | 6 | 132 | 122 | 104 |
| Binary | 10101100 | 11110000 | 1101001 | 11100 | 0 | 111000 | 110 | 1011010 | 1010010 | 1000100 |
Color Harmonies of #ACF069
Complementary color
Monochromatic Colors of #ACF069
Black with #ACF069
Text Example
Text Example
White with #ACF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF069; }
p { color: rgb(172,240,105); }
H1.HeaderClassName
{
color: #ACF069;
}
.AnyTagClassName
{
color: #ACF069;
}
</style>
background-color css
<style>
a { background-color: #ACF069; }
a { background-color: rgb(172,240,105); }
div.DivClassName
{
background-color: #ACF069;
}
.BgClassName
{
background-color: #ACF069;
}
</style>
border-color css
<style>
span { border-color: #ACF069; }
span { border-color: rgb(172,240,105); }
td.TdClassName
{
border-color: #ACF069;
}
.TagClassName
{
border-color: #ACF069;
}
</style>