Shades of Feijoa #ACF581
Tints of Feijoa #ACF581
RGB
CMYK
RGB Variations
Color information
#ACF581 (or 0xACF581) is known color: Feijoa. HEX triplet: AC, F5 and 81. RGB value is (172,245,129). Sum of RGB (Red+Green+Blue) = 172+245+129=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF581 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF581 is #530A7E. Grayscale: #D2D2D2. Windows color (decimal): -5442175 or 8517036. OLE color: 8517036.
HSL color Cylindrical-coordinate representation of color #ACF581: hue angle of 97.76º degrees, saturation: 0.85, 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 #ACF581 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 129 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.04 |
| HSL | 97.76º | 0.85% | 0.73% | - |
| HSV(B) | 97.76º | 0.47% | 0.96% | - |
| XYZ | 53.63 | 75.66 | 32.55 | - |
| YUV | 209.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 129 | 0.30 | 0 | 0.47 | 0.04 | 97.76 | 0.85 | 0.73 |
| Hex | AC | F5 | 81 | 1E | 0 | 2F | 4 | 62 | 55 | 49 |
| Octal | 254 | 365 | 201 | 36 | 0 | 57 | 4 | 142 | 125 | 111 |
| Binary | 10101100 | 11110101 | 10000001 | 11110 | 0 | 101111 | 100 | 1100010 | 1010101 | 1001001 |
Color Harmonies of #ACF581
Complementary color
Monochromatic Colors of #ACF581
Black with #ACF581
Text Example
Text Example
White with #ACF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF581; }
p { color: rgb(172,245,129); }
H1.HeaderClassName
{
color: #ACF581;
}
.AnyTagClassName
{
color: #ACF581;
}
</style>
background-color css
<style>
a { background-color: #ACF581; }
a { background-color: rgb(172,245,129); }
div.DivClassName
{
background-color: #ACF581;
}
.BgClassName
{
background-color: #ACF581;
}
</style>
border-color css
<style>
span { border-color: #ACF581; }
span { border-color: rgb(172,245,129); }
td.TdClassName
{
border-color: #ACF581;
}
.TagClassName
{
border-color: #ACF581;
}
</style>