Shades of Feijoa #ACF18C
Tints of Feijoa #ACF18C
RGB
CMYK
RGB Variations
Color information
#ACF18C (or 0xACF18C) is known color: Feijoa. HEX triplet: AC, F1 and 8C. RGB value is (172,241,140). Sum of RGB (Red+Green+Blue) = 172+241+140=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18C is #530E73. Grayscale: #D1D1D1. Windows color (decimal): -5443188 or 9236908. OLE color: 9236908.
HSL color Cylindrical-coordinate representation of color #ACF18C: hue angle of 100.99º 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 #ACF18C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 140 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 100.99º | 0.78% | 0.75% | - |
| HSV(B) | 100.99º | 0.42% | 0.95% | - |
| XYZ | 53.2 | 73.57 | 36.21 | - |
| YUV | 208.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 140 | 0.29 | 0 | 0.42 | 0.05 | 100.99 | 0.78 | 0.75 |
| Hex | AC | F1 | 8C | 1D | 0 | 2A | 5 | 65 | 4E | 4B |
| Octal | 254 | 361 | 214 | 35 | 0 | 52 | 5 | 145 | 116 | 113 |
| Binary | 10101100 | 11110001 | 10001100 | 11101 | 0 | 101010 | 101 | 1100101 | 1001110 | 1001011 |
Color Harmonies of #ACF18C
Complementary color
Monochromatic Colors of #ACF18C
Black with #ACF18C
Text Example
Text Example
White with #ACF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18C; }
p { color: rgb(172,241,140); }
H1.HeaderClassName
{
color: #ACF18C;
}
.AnyTagClassName
{
color: #ACF18C;
}
</style>
background-color css
<style>
a { background-color: #ACF18C; }
a { background-color: rgb(172,241,140); }
div.DivClassName
{
background-color: #ACF18C;
}
.BgClassName
{
background-color: #ACF18C;
}
</style>
border-color css
<style>
span { border-color: #ACF18C; }
span { border-color: rgb(172,241,140); }
td.TdClassName
{
border-color: #ACF18C;
}
.TagClassName
{
border-color: #ACF18C;
}
</style>