Shades of Feijoa #ACF588
Tints of Feijoa #ACF588
RGB
CMYK
RGB Variations
Color information
#ACF588 (or 0xACF588) is known color: Feijoa. HEX triplet: AC, F5 and 88. RGB value is (172,245,136). Sum of RGB (Red+Green+Blue) = 172+245+136=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF588 is #530A77. Grayscale: #D3D3D3. Windows color (decimal): -5442168 or 8975788. OLE color: 8975788.
HSL color Cylindrical-coordinate representation of color #ACF588: hue angle of 100.18º degrees, saturation: 0.84, 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 #ACF588 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100.18º | 0.84% | 0.75% | - |
| HSV(B) | 100.18º | 0.44% | 0.96% | - |
| XYZ | 54.11 | 75.85 | 35.08 | - |
| YUV | 210.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 136 | 0.30 | 0 | 0.44 | 0.04 | 100.18 | 0.84 | 0.75 |
| Hex | AC | F5 | 88 | 1E | 0 | 2C | 4 | 64 | 54 | 4B |
| Octal | 254 | 365 | 210 | 36 | 0 | 54 | 4 | 144 | 124 | 113 |
| Binary | 10101100 | 11110101 | 10001000 | 11110 | 0 | 101100 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #ACF588
Complementary color
Monochromatic Colors of #ACF588
Black with #ACF588
Text Example
Text Example
White with #ACF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF588; }
p { color: rgb(172,245,136); }
H1.HeaderClassName
{
color: #ACF588;
}
.AnyTagClassName
{
color: #ACF588;
}
</style>
background-color css
<style>
a { background-color: #ACF588; }
a { background-color: rgb(172,245,136); }
div.DivClassName
{
background-color: #ACF588;
}
.BgClassName
{
background-color: #ACF588;
}
</style>
border-color css
<style>
span { border-color: #ACF588; }
span { border-color: rgb(172,245,136); }
td.TdClassName
{
border-color: #ACF588;
}
.TagClassName
{
border-color: #ACF588;
}
</style>