Shades of Feijoa #ACF376
Tints of Feijoa #ACF376
RGB
CMYK
RGB Variations
Color information
#ACF376 (or 0xACF376) is known color: Feijoa. HEX triplet: AC, F3 and 76. RGB value is (172,243,118). Sum of RGB (Red+Green+Blue) = 172+243+118=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF376 is #530C89. Grayscale: #CFCFCF. Windows color (decimal): -5442698 or 7795628. OLE color: 7795628.
HSL color Cylindrical-coordinate representation of color #ACF376: hue angle of 94.08º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF376 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 118 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.05 |
| HSL | 94.08º | 0.84% | 0.71% | - |
| HSV(B) | 94.08º | 0.51% | 0.95% | - |
| XYZ | 52.33 | 74.18 | 28.7 | - |
| YUV | 207.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 118 | 0.29 | 0 | 0.51 | 0.05 | 94.08 | 0.84 | 0.71 |
| Hex | AC | F3 | 76 | 1D | 0 | 33 | 5 | 5E | 54 | 47 |
| Octal | 254 | 363 | 166 | 35 | 0 | 63 | 5 | 136 | 124 | 107 |
| Binary | 10101100 | 11110011 | 1110110 | 11101 | 0 | 110011 | 101 | 1011110 | 1010100 | 1000111 |
Color Harmonies of #ACF376
Complementary color
Monochromatic Colors of #ACF376
Black with #ACF376
Text Example
Text Example
White with #ACF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF376; }
p { color: rgb(172,243,118); }
H1.HeaderClassName
{
color: #ACF376;
}
.AnyTagClassName
{
color: #ACF376;
}
</style>
background-color css
<style>
a { background-color: #ACF376; }
a { background-color: rgb(172,243,118); }
div.DivClassName
{
background-color: #ACF376;
}
.BgClassName
{
background-color: #ACF376;
}
</style>
border-color css
<style>
span { border-color: #ACF376; }
span { border-color: rgb(172,243,118); }
td.TdClassName
{
border-color: #ACF376;
}
.TagClassName
{
border-color: #ACF376;
}
</style>