Shades of Feijoa #ACF77A
Tints of Feijoa #ACF77A
RGB
CMYK
RGB Variations
Color information
#ACF77A (or 0xACF77A) is known color: Feijoa. HEX triplet: AC, F7 and 7A. RGB value is (172,247,122). Sum of RGB (Red+Green+Blue) = 172+247+122=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77A is #530885. Grayscale: #D2D2D2. Windows color (decimal): -5441670 or 8058796. OLE color: 8058796.
HSL color Cylindrical-coordinate representation of color #ACF77A: hue angle of 96º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF77A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 122 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.03 |
| HSL | 96º | 0.89% | 0.72% | - |
| HSV(B) | 96º | 0.51% | 0.97% | - |
| XYZ | 53.79 | 76.7 | 30.38 | - |
| YUV | 210.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 122 | 0.30 | 0 | 0.51 | 0.03 | 96 | 0.89 | 0.72 |
| Hex | AC | F7 | 7A | 1E | 0 | 33 | 3 | 60 | 59 | 48 |
| Octal | 254 | 367 | 172 | 36 | 0 | 63 | 3 | 140 | 131 | 110 |
| Binary | 10101100 | 11110111 | 1111010 | 11110 | 0 | 110011 | 11 | 1100000 | 1011001 | 1001000 |
Color Harmonies of #ACF77A
Complementary color
Monochromatic Colors of #ACF77A
Black with #ACF77A
Text Example
Text Example
White with #ACF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF77A; }
p { color: rgb(172,247,122); }
H1.HeaderClassName
{
color: #ACF77A;
}
.AnyTagClassName
{
color: #ACF77A;
}
</style>
background-color css
<style>
a { background-color: #ACF77A; }
a { background-color: rgb(172,247,122); }
div.DivClassName
{
background-color: #ACF77A;
}
.BgClassName
{
background-color: #ACF77A;
}
</style>
border-color css
<style>
span { border-color: #ACF77A; }
span { border-color: rgb(172,247,122); }
td.TdClassName
{
border-color: #ACF77A;
}
.TagClassName
{
border-color: #ACF77A;
}
</style>