Shades of Feijoa #ACF16F
Tints of Feijoa #ACF16F
RGB
CMYK
RGB Variations
Color information
#ACF16F (or 0xACF16F) is known color: Feijoa. HEX triplet: AC, F1 and 6F. RGB value is (172,241,111). Sum of RGB (Red+Green+Blue) = 172+241+111=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16F is #530E90. Grayscale: #CECECE. Windows color (decimal): -5443217 or 7336364. OLE color: 7336364.
HSL color Cylindrical-coordinate representation of color #ACF16F: hue angle of 91.85º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF16F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 111 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 91.85º | 0.82% | 0.69% | - |
| HSV(B) | 91.85º | 0.54% | 0.95% | - |
| XYZ | 51.34 | 72.83 | 26.39 | - |
| YUV | 205.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 111 | 0.29 | 0 | 0.54 | 0.05 | 91.85 | 0.82 | 0.69 |
| Hex | AC | F1 | 6F | 1D | 0 | 36 | 5 | 5C | 52 | 45 |
| Octal | 254 | 361 | 157 | 35 | 0 | 66 | 5 | 134 | 122 | 105 |
| Binary | 10101100 | 11110001 | 1101111 | 11101 | 0 | 110110 | 101 | 1011100 | 1010010 | 1000101 |
Color Harmonies of #ACF16F
Complementary color
Monochromatic Colors of #ACF16F
Black with #ACF16F
Text Example
Text Example
White with #ACF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF16F; }
p { color: rgb(172,241,111); }
H1.HeaderClassName
{
color: #ACF16F;
}
.AnyTagClassName
{
color: #ACF16F;
}
</style>
background-color css
<style>
a { background-color: #ACF16F; }
a { background-color: rgb(172,241,111); }
div.DivClassName
{
background-color: #ACF16F;
}
.BgClassName
{
background-color: #ACF16F;
}
</style>
border-color css
<style>
span { border-color: #ACF16F; }
span { border-color: rgb(172,241,111); }
td.TdClassName
{
border-color: #ACF16F;
}
.TagClassName
{
border-color: #ACF16F;
}
</style>