Shades of Feijoa #ACF074
Tints of Feijoa #ACF074
RGB
CMYK
RGB Variations
Color information
#ACF074 (or 0xACF074) is known color: Feijoa. HEX triplet: AC, F0 and 74. RGB value is (172,240,116). Sum of RGB (Red+Green+Blue) = 172+240+116=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF074 is #530F8B. Grayscale: #CDCDCD. Windows color (decimal): -5443468 or 7663788. OLE color: 7663788.
HSL color Cylindrical-coordinate representation of color #ACF074: hue angle of 92.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF074 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 116 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.06 |
| HSL | 92.9º | 0.81% | 0.7% | - |
| HSV(B) | 92.9º | 0.52% | 0.94% | - |
| XYZ | 51.33 | 72.35 | 27.78 | - |
| YUV | 205.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 116 | 0.28 | 0 | 0.52 | 0.06 | 92.9 | 0.81 | 0.7 |
| Hex | AC | F0 | 74 | 1C | 0 | 34 | 6 | 5D | 51 | 46 |
| Octal | 254 | 360 | 164 | 34 | 0 | 64 | 6 | 135 | 121 | 106 |
| Binary | 10101100 | 11110000 | 1110100 | 11100 | 0 | 110100 | 110 | 1011101 | 1010001 | 1000110 |
Color Harmonies of #ACF074
Complementary color
Monochromatic Colors of #ACF074
Black with #ACF074
Text Example
Text Example
White with #ACF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF074; }
p { color: rgb(172,240,116); }
H1.HeaderClassName
{
color: #ACF074;
}
.AnyTagClassName
{
color: #ACF074;
}
</style>
background-color css
<style>
a { background-color: #ACF074; }
a { background-color: rgb(172,240,116); }
div.DivClassName
{
background-color: #ACF074;
}
.BgClassName
{
background-color: #ACF074;
}
</style>
border-color css
<style>
span { border-color: #ACF074; }
span { border-color: rgb(172,240,116); }
td.TdClassName
{
border-color: #ACF074;
}
.TagClassName
{
border-color: #ACF074;
}
</style>