Shades of Feijoa #ACF18B
Tints of Feijoa #ACF18B
RGB
CMYK
RGB Variations
Color information
#ACF18B (or 0xACF18B) is known color: Feijoa. HEX triplet: AC, F1 and 8B. RGB value is (172,241,139). Sum of RGB (Red+Green+Blue) = 172+241+139=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18B is #530E74. Grayscale: #D1D1D1. Windows color (decimal): -5443189 or 9171372. OLE color: 9171372.
HSL color Cylindrical-coordinate representation of color #ACF18B: hue angle of 100.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF18B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 139 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 100.59º | 0.78% | 0.75% | - |
| HSV(B) | 100.59º | 0.42% | 0.95% | - |
| XYZ | 53.13 | 73.55 | 35.82 | - |
| YUV | 208.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 139 | 0.29 | 0 | 0.42 | 0.05 | 100.59 | 0.78 | 0.75 |
| Hex | AC | F1 | 8B | 1D | 0 | 2A | 5 | 65 | 4E | 4B |
| Octal | 254 | 361 | 213 | 35 | 0 | 52 | 5 | 145 | 116 | 113 |
| Binary | 10101100 | 11110001 | 10001011 | 11101 | 0 | 101010 | 101 | 1100101 | 1001110 | 1001011 |
Color Harmonies of #ACF18B
Complementary color
Monochromatic Colors of #ACF18B
Black with #ACF18B
Text Example
Text Example
White with #ACF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18B; }
p { color: rgb(172,241,139); }
H1.HeaderClassName
{
color: #ACF18B;
}
.AnyTagClassName
{
color: #ACF18B;
}
</style>
background-color css
<style>
a { background-color: #ACF18B; }
a { background-color: rgb(172,241,139); }
div.DivClassName
{
background-color: #ACF18B;
}
.BgClassName
{
background-color: #ACF18B;
}
</style>
border-color css
<style>
span { border-color: #ACF18B; }
span { border-color: rgb(172,241,139); }
td.TdClassName
{
border-color: #ACF18B;
}
.TagClassName
{
border-color: #ACF18B;
}
</style>