Shades of Feijoa #ACF481
Tints of Feijoa #ACF481
RGB
CMYK
RGB Variations
Color information
#ACF481 (or 0xACF481) is known color: Feijoa. HEX triplet: AC, F4 and 81. RGB value is (172,244,129). Sum of RGB (Red+Green+Blue) = 172+244+129=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF481 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF481 is #530B7E. Grayscale: #D1D1D1. Windows color (decimal): -5442431 or 8516780. OLE color: 8516780.
HSL color Cylindrical-coordinate representation of color #ACF481: hue angle of 97.57º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF481 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 129 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.04 |
| HSL | 97.57º | 0.84% | 0.73% | - |
| HSV(B) | 97.57º | 0.47% | 0.96% | - |
| XYZ | 53.33 | 75.06 | 32.45 | - |
| YUV | 209.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 129 | 0.30 | 0 | 0.47 | 0.04 | 97.57 | 0.84 | 0.73 |
| Hex | AC | F4 | 81 | 1E | 0 | 2F | 4 | 62 | 54 | 49 |
| Octal | 254 | 364 | 201 | 36 | 0 | 57 | 4 | 142 | 124 | 111 |
| Binary | 10101100 | 11110100 | 10000001 | 11110 | 0 | 101111 | 100 | 1100010 | 1010100 | 1001001 |
Color Harmonies of #ACF481
Complementary color
Monochromatic Colors of #ACF481
Black with #ACF481
Text Example
Text Example
White with #ACF481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF481; }
p { color: rgb(172,244,129); }
H1.HeaderClassName
{
color: #ACF481;
}
.AnyTagClassName
{
color: #ACF481;
}
</style>
background-color css
<style>
a { background-color: #ACF481; }
a { background-color: rgb(172,244,129); }
div.DivClassName
{
background-color: #ACF481;
}
.BgClassName
{
background-color: #ACF481;
}
</style>
border-color css
<style>
span { border-color: #ACF481; }
span { border-color: rgb(172,244,129); }
td.TdClassName
{
border-color: #ACF481;
}
.TagClassName
{
border-color: #ACF481;
}
</style>