Shades of Feijoa #ACF77B
Tints of Feijoa #ACF77B
RGB
CMYK
RGB Variations
Color information
#ACF77B (or 0xACF77B) is known color: Feijoa. HEX triplet: AC, F7 and 7B. RGB value is (172,247,123). Sum of RGB (Red+Green+Blue) = 172+247+123=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77B is #530884. Grayscale: #D2D2D2. Windows color (decimal): -5441669 or 8124332. OLE color: 8124332.
HSL color Cylindrical-coordinate representation of color #ACF77B: hue angle of 96.29º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF77B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 123 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.03 |
| HSL | 96.29º | 0.89% | 0.73% | - |
| HSV(B) | 96.29º | 0.5% | 0.97% | - |
| XYZ | 53.85 | 76.72 | 30.71 | - |
| YUV | 210.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 123 | 0.30 | 0 | 0.50 | 0.03 | 96.29 | 0.89 | 0.73 |
| Hex | AC | F7 | 7B | 1E | 0 | 32 | 3 | 60 | 59 | 49 |
| Octal | 254 | 367 | 173 | 36 | 0 | 62 | 3 | 140 | 131 | 111 |
| Binary | 10101100 | 11110111 | 1111011 | 11110 | 0 | 110010 | 11 | 1100000 | 1011001 | 1001001 |
Color Harmonies of #ACF77B
Complementary color
Monochromatic Colors of #ACF77B
Black with #ACF77B
Text Example
Text Example
White with #ACF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF77B; }
p { color: rgb(172,247,123); }
H1.HeaderClassName
{
color: #ACF77B;
}
.AnyTagClassName
{
color: #ACF77B;
}
</style>
background-color css
<style>
a { background-color: #ACF77B; }
a { background-color: rgb(172,247,123); }
div.DivClassName
{
background-color: #ACF77B;
}
.BgClassName
{
background-color: #ACF77B;
}
</style>
border-color css
<style>
span { border-color: #ACF77B; }
span { border-color: rgb(172,247,123); }
td.TdClassName
{
border-color: #ACF77B;
}
.TagClassName
{
border-color: #ACF77B;
}
</style>