Shades of Feijoa #ACF57F
Tints of Feijoa #ACF57F
RGB
CMYK
RGB Variations
Color information
#ACF57F (or 0xACF57F) is known color: Feijoa. HEX triplet: AC, F5 and 7F. RGB value is (172,245,127). Sum of RGB (Red+Green+Blue) = 172+245+127=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF57F is #530A80. Grayscale: #D2D2D2. Windows color (decimal): -5442177 or 8385964. OLE color: 8385964.
HSL color Cylindrical-coordinate representation of color #ACF57F: hue angle of 97.12º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF57F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 127 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.04 |
| HSL | 97.12º | 0.86% | 0.73% | - |
| HSV(B) | 97.12º | 0.48% | 0.96% | - |
| XYZ | 53.5 | 75.61 | 31.85 | - |
| YUV | 209.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 127 | 0.30 | 0 | 0.48 | 0.04 | 97.12 | 0.86 | 0.73 |
| Hex | AC | F5 | 7F | 1E | 0 | 30 | 4 | 61 | 56 | 49 |
| Octal | 254 | 365 | 177 | 36 | 0 | 60 | 4 | 141 | 126 | 111 |
| Binary | 10101100 | 11110101 | 1111111 | 11110 | 0 | 110000 | 100 | 1100001 | 1010110 | 1001001 |
Color Harmonies of #ACF57F
Complementary color
Monochromatic Colors of #ACF57F
Black with #ACF57F
Text Example
Text Example
White with #ACF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF57F; }
p { color: rgb(172,245,127); }
H1.HeaderClassName
{
color: #ACF57F;
}
.AnyTagClassName
{
color: #ACF57F;
}
</style>
background-color css
<style>
a { background-color: #ACF57F; }
a { background-color: rgb(172,245,127); }
div.DivClassName
{
background-color: #ACF57F;
}
.BgClassName
{
background-color: #ACF57F;
}
</style>
border-color css
<style>
span { border-color: #ACF57F; }
span { border-color: rgb(172,245,127); }
td.TdClassName
{
border-color: #ACF57F;
}
.TagClassName
{
border-color: #ACF57F;
}
</style>