Shades of Feijoa #ACF18A
Tints of Feijoa #ACF18A
RGB
CMYK
RGB Variations
Color information
#ACF18A (or 0xACF18A) is known color: Feijoa. HEX triplet: AC, F1 and 8A. RGB value is (172,241,138). Sum of RGB (Red+Green+Blue) = 172+241+138=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18A is #530E75. Grayscale: #D0D0D0. Windows color (decimal): -5443190 or 9105836. OLE color: 9105836.
HSL color Cylindrical-coordinate representation of color #ACF18A: hue angle of 100.19º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF18A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 138 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.05 |
| HSL | 100.19º | 0.79% | 0.74% | - |
| HSV(B) | 100.19º | 0.43% | 0.95% | - |
| XYZ | 53.06 | 73.52 | 35.44 | - |
| YUV | 208.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 138 | 0.29 | 0 | 0.43 | 0.05 | 100.19 | 0.79 | 0.74 |
| Hex | AC | F1 | 8A | 1D | 0 | 2B | 5 | 64 | 4F | 4A |
| Octal | 254 | 361 | 212 | 35 | 0 | 53 | 5 | 144 | 117 | 112 |
| Binary | 10101100 | 11110001 | 10001010 | 11101 | 0 | 101011 | 101 | 1100100 | 1001111 | 1001010 |
Color Harmonies of #ACF18A
Complementary color
Monochromatic Colors of #ACF18A
Black with #ACF18A
Text Example
Text Example
White with #ACF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18A; }
p { color: rgb(172,241,138); }
H1.HeaderClassName
{
color: #ACF18A;
}
.AnyTagClassName
{
color: #ACF18A;
}
</style>
background-color css
<style>
a { background-color: #ACF18A; }
a { background-color: rgb(172,241,138); }
div.DivClassName
{
background-color: #ACF18A;
}
.BgClassName
{
background-color: #ACF18A;
}
</style>
border-color css
<style>
span { border-color: #ACF18A; }
span { border-color: rgb(172,241,138); }
td.TdClassName
{
border-color: #ACF18A;
}
.TagClassName
{
border-color: #ACF18A;
}
</style>