Shades of Feijoa #ACF77F
Tints of Feijoa #ACF77F
RGB
CMYK
RGB Variations
Color information
#ACF77F (or 0xACF77F) is known color: Feijoa. HEX triplet: AC, F7 and 7F. RGB value is (172,247,127). Sum of RGB (Red+Green+Blue) = 172+247+127=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77F is #530880. Grayscale: #D3D3D3. Windows color (decimal): -5441665 or 8386476. OLE color: 8386476.
HSL color Cylindrical-coordinate representation of color #ACF77F: hue angle of 97.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF77F is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 127 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.03 |
| HSL | 97.5º | 0.88% | 0.73% | - |
| HSV(B) | 97.5º | 0.49% | 0.97% | - |
| XYZ | 54.1 | 76.82 | 32.06 | - |
| YUV | 210.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 127 | 0.30 | 0 | 0.49 | 0.03 | 97.5 | 0.88 | 0.73 |
| Hex | AC | F7 | 7F | 1E | 0 | 31 | 3 | 62 | 58 | 49 |
| Octal | 254 | 367 | 177 | 36 | 0 | 61 | 3 | 142 | 130 | 111 |
| Binary | 10101100 | 11110111 | 1111111 | 11110 | 0 | 110001 | 11 | 1100010 | 1011000 | 1001001 |
Color Harmonies of #ACF77F
Complementary color
Monochromatic Colors of #ACF77F
Black with #ACF77F
Text Example
Text Example
White with #ACF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF77F; }
p { color: rgb(172,247,127); }
H1.HeaderClassName
{
color: #ACF77F;
}
.AnyTagClassName
{
color: #ACF77F;
}
</style>
background-color css
<style>
a { background-color: #ACF77F; }
a { background-color: rgb(172,247,127); }
div.DivClassName
{
background-color: #ACF77F;
}
.BgClassName
{
background-color: #ACF77F;
}
</style>
border-color css
<style>
span { border-color: #ACF77F; }
span { border-color: rgb(172,247,127); }
td.TdClassName
{
border-color: #ACF77F;
}
.TagClassName
{
border-color: #ACF77F;
}
</style>