Shades of Feijoa #ACF08A
Tints of Feijoa #ACF08A
RGB
CMYK
RGB Variations
Color information
#ACF08A (or 0xACF08A) is known color: Feijoa. HEX triplet: AC, F0 and 8A. RGB value is (172,240,138). Sum of RGB (Red+Green+Blue) = 172+240+138=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF08A is #530F75. Grayscale: #D0D0D0. Windows color (decimal): -5443446 or 9105580. OLE color: 9105580.
HSL color Cylindrical-coordinate representation of color #ACF08A: hue angle of 100º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF08A is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 138 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.06 |
| HSL | 100º | 0.77% | 0.74% | - |
| HSV(B) | 100º | 0.43% | 0.94% | - |
| XYZ | 52.76 | 72.93 | 35.34 | - |
| YUV | 208.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 138 | 0.28 | 0 | 0.42 | 0.06 | 100 | 0.77 | 0.74 |
| Hex | AC | F0 | 8A | 1C | 0 | 2A | 6 | 64 | 4D | 4A |
| Octal | 254 | 360 | 212 | 34 | 0 | 52 | 6 | 144 | 115 | 112 |
| Binary | 10101100 | 11110000 | 10001010 | 11100 | 0 | 101010 | 110 | 1100100 | 1001101 | 1001010 |
Color Harmonies of #ACF08A
Complementary color
Monochromatic Colors of #ACF08A
Black with #ACF08A
Text Example
Text Example
White with #ACF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF08A; }
p { color: rgb(172,240,138); }
H1.HeaderClassName
{
color: #ACF08A;
}
.AnyTagClassName
{
color: #ACF08A;
}
</style>
background-color css
<style>
a { background-color: #ACF08A; }
a { background-color: rgb(172,240,138); }
div.DivClassName
{
background-color: #ACF08A;
}
.BgClassName
{
background-color: #ACF08A;
}
</style>
border-color css
<style>
span { border-color: #ACF08A; }
span { border-color: rgb(172,240,138); }
td.TdClassName
{
border-color: #ACF08A;
}
.TagClassName
{
border-color: #ACF08A;
}
</style>