Shades of Conifer #ACF16B
Tints of Conifer #ACF16B
RGB
CMYK
RGB Variations
Color information
#ACF16B (or 0xACF16B) is known color: Conifer. HEX triplet: AC, F1 and 6B. RGB value is (172,241,107). Sum of RGB (Red+Green+Blue) = 172+241+107=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16B is #530E94. Grayscale: #CDCDCD. Windows color (decimal): -5443221 or 7074220. OLE color: 7074220.
HSL color Cylindrical-coordinate representation of color #ACF16B: hue angle of 90.9º 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 #ACF16B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 107 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 90.9º | 0.83% | 0.68% | - |
| HSV(B) | 90.9º | 0.56% | 0.95% | - |
| XYZ | 51.12 | 72.74 | 25.26 | - |
| YUV | 205.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 107 | 0.29 | 0 | 0.56 | 0.05 | 90.9 | 0.83 | 0.68 |
| Hex | AC | F1 | 6B | 1D | 0 | 38 | 5 | 5B | 53 | 44 |
| Octal | 254 | 361 | 153 | 35 | 0 | 70 | 5 | 133 | 123 | 104 |
| Binary | 10101100 | 11110001 | 1101011 | 11101 | 0 | 111000 | 101 | 1011011 | 1010011 | 1000100 |
Color Harmonies of #ACF16B
Complementary color
Monochromatic Colors of #ACF16B
Black with #ACF16B
Text Example
Text Example
White with #ACF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF16B; }
p { color: rgb(172,241,107); }
H1.HeaderClassName
{
color: #ACF16B;
}
.AnyTagClassName
{
color: #ACF16B;
}
</style>
background-color css
<style>
a { background-color: #ACF16B; }
a { background-color: rgb(172,241,107); }
div.DivClassName
{
background-color: #ACF16B;
}
.BgClassName
{
background-color: #ACF16B;
}
</style>
border-color css
<style>
span { border-color: #ACF16B; }
span { border-color: rgb(172,241,107); }
td.TdClassName
{
border-color: #ACF16B;
}
.TagClassName
{
border-color: #ACF16B;
}
</style>