Shades of Feijoa #ACF188
Tints of Feijoa #ACF188
RGB
CMYK
RGB Variations
Color information
#ACF188 (or 0xACF188) is known color: Feijoa. HEX triplet: AC, F1 and 88. RGB value is (172,241,136). Sum of RGB (Red+Green+Blue) = 172+241+136=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF188 is #530E77. Grayscale: #D0D0D0. Windows color (decimal): -5443192 or 8974764. OLE color: 8974764.
HSL color Cylindrical-coordinate representation of color #ACF188: hue angle of 99.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF188 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 99.43º | 0.79% | 0.74% | - |
| HSV(B) | 99.43º | 0.44% | 0.95% | - |
| XYZ | 52.91 | 73.46 | 34.68 | - |
| YUV | 208.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 136 | 0.29 | 0 | 0.44 | 0.05 | 99.43 | 0.79 | 0.74 |
| Hex | AC | F1 | 88 | 1D | 0 | 2C | 5 | 63 | 4F | 4A |
| Octal | 254 | 361 | 210 | 35 | 0 | 54 | 5 | 143 | 117 | 112 |
| Binary | 10101100 | 11110001 | 10001000 | 11101 | 0 | 101100 | 101 | 1100011 | 1001111 | 1001010 |
Color Harmonies of #ACF188
Complementary color
Monochromatic Colors of #ACF188
Black with #ACF188
Text Example
Text Example
White with #ACF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF188; }
p { color: rgb(172,241,136); }
H1.HeaderClassName
{
color: #ACF188;
}
.AnyTagClassName
{
color: #ACF188;
}
</style>
background-color css
<style>
a { background-color: #ACF188; }
a { background-color: rgb(172,241,136); }
div.DivClassName
{
background-color: #ACF188;
}
.BgClassName
{
background-color: #ACF188;
}
</style>
border-color css
<style>
span { border-color: #ACF188; }
span { border-color: rgb(172,241,136); }
td.TdClassName
{
border-color: #ACF188;
}
.TagClassName
{
border-color: #ACF188;
}
</style>