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