Shades of Conifer #ACF169
Tints of Conifer #ACF169
RGB
CMYK
RGB Variations
Color information
#ACF169 (or 0xACF169) is known color: Conifer. HEX triplet: AC, F1 and 69. RGB value is (172,241,105). Sum of RGB (Red+Green+Blue) = 172+241+105=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF169 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF169 is #530E96. Grayscale: #CDCDCD. Windows color (decimal): -5443223 or 6943148. OLE color: 6943148.
HSL color Cylindrical-coordinate representation of color #ACF169: hue angle of 90.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF169 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 105 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 90.44º | 0.83% | 0.68% | - |
| HSV(B) | 90.44º | 0.56% | 0.95% | - |
| XYZ | 51.02 | 72.7 | 24.71 | - |
| YUV | 204.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 105 | 0.29 | 0 | 0.56 | 0.05 | 90.44 | 0.83 | 0.68 |
| Hex | AC | F1 | 69 | 1D | 0 | 38 | 5 | 5A | 53 | 44 |
| Octal | 254 | 361 | 151 | 35 | 0 | 70 | 5 | 132 | 123 | 104 |
| Binary | 10101100 | 11110001 | 1101001 | 11101 | 0 | 111000 | 101 | 1011010 | 1010011 | 1000100 |
Color Harmonies of #ACF169
Complementary color
Monochromatic Colors of #ACF169
Black with #ACF169
Text Example
Text Example
White with #ACF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF169; }
p { color: rgb(172,241,105); }
H1.HeaderClassName
{
color: #ACF169;
}
.AnyTagClassName
{
color: #ACF169;
}
</style>
background-color css
<style>
a { background-color: #ACF169; }
a { background-color: rgb(172,241,105); }
div.DivClassName
{
background-color: #ACF169;
}
.BgClassName
{
background-color: #ACF169;
}
</style>
border-color css
<style>
span { border-color: #ACF169; }
span { border-color: rgb(172,241,105); }
td.TdClassName
{
border-color: #ACF169;
}
.TagClassName
{
border-color: #ACF169;
}
</style>