Shades of Feijoa #ACF374
Tints of Feijoa #ACF374
RGB
CMYK
RGB Variations
Color information
#ACF374 (or 0xACF374) is known color: Feijoa. HEX triplet: AC, F3 and 74. RGB value is (172,243,116). Sum of RGB (Red+Green+Blue) = 172+243+116=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF374 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF374 is #530C8B. Grayscale: #CFCFCF. Windows color (decimal): -5442700 or 7664556. OLE color: 7664556.
HSL color Cylindrical-coordinate representation of color #ACF374: hue angle of 93.54º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF374 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 116 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 93.54º | 0.84% | 0.7% | - |
| HSV(B) | 93.54º | 0.52% | 0.95% | - |
| XYZ | 52.22 | 74.13 | 28.08 | - |
| YUV | 207.29 | 76.48 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 116 | 0.29 | 0 | 0.52 | 0.05 | 93.54 | 0.84 | 0.7 |
| Hex | AC | F3 | 74 | 1D | 0 | 34 | 5 | 5E | 54 | 46 |
| Octal | 254 | 363 | 164 | 35 | 0 | 64 | 5 | 136 | 124 | 106 |
| Binary | 10101100 | 11110011 | 1110100 | 11101 | 0 | 110100 | 101 | 1011110 | 1010100 | 1000110 |
Color Harmonies of #ACF374
Complementary color
Monochromatic Colors of #ACF374
Black with #ACF374
Text Example
Text Example
White with #ACF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF374; }
p { color: rgb(172,243,116); }
H1.HeaderClassName
{
color: #ACF374;
}
.AnyTagClassName
{
color: #ACF374;
}
</style>
background-color css
<style>
a { background-color: #ACF374; }
a { background-color: rgb(172,243,116); }
div.DivClassName
{
background-color: #ACF374;
}
.BgClassName
{
background-color: #ACF374;
}
</style>
border-color css
<style>
span { border-color: #ACF374; }
span { border-color: rgb(172,243,116); }
td.TdClassName
{
border-color: #ACF374;
}
.TagClassName
{
border-color: #ACF374;
}
</style>