Shades of Feijoa #ACF488
Tints of Feijoa #ACF488
RGB
CMYK
RGB Variations
Color information
#ACF488 (or 0xACF488) is known color: Feijoa. HEX triplet: AC, F4 and 88. RGB value is (172,244,136). Sum of RGB (Red+Green+Blue) = 172+244+136=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF488 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF488 is #530B77. Grayscale: #D2D2D2. Windows color (decimal): -5442424 or 8975532. OLE color: 8975532.
HSL color Cylindrical-coordinate representation of color #ACF488: hue angle of 100º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF488 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100º | 0.83% | 0.75% | - |
| HSV(B) | 100º | 0.44% | 0.96% | - |
| XYZ | 53.81 | 75.25 | 34.98 | - |
| YUV | 210.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 136 | 0.30 | 0 | 0.44 | 0.04 | 100 | 0.83 | 0.75 |
| Hex | AC | F4 | 88 | 1E | 0 | 2C | 4 | 64 | 53 | 4B |
| Octal | 254 | 364 | 210 | 36 | 0 | 54 | 4 | 144 | 123 | 113 |
| Binary | 10101100 | 11110100 | 10001000 | 11110 | 0 | 101100 | 100 | 1100100 | 1010011 | 1001011 |
Color Harmonies of #ACF488
Complementary color
Monochromatic Colors of #ACF488
Black with #ACF488
Text Example
Text Example
White with #ACF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF488; }
p { color: rgb(172,244,136); }
H1.HeaderClassName
{
color: #ACF488;
}
.AnyTagClassName
{
color: #ACF488;
}
</style>
background-color css
<style>
a { background-color: #ACF488; }
a { background-color: rgb(172,244,136); }
div.DivClassName
{
background-color: #ACF488;
}
.BgClassName
{
background-color: #ACF488;
}
</style>
border-color css
<style>
span { border-color: #ACF488; }
span { border-color: rgb(172,244,136); }
td.TdClassName
{
border-color: #ACF488;
}
.TagClassName
{
border-color: #ACF488;
}
</style>