Shades of Feijoa #ACFC7B
Tints of Feijoa #ACFC7B
RGB
CMYK
RGB Variations
Color information
#ACFC7B (or 0xACFC7B) is known color: Feijoa. HEX triplet: AC, FC and 7B. RGB value is (172,252,123). Sum of RGB (Red+Green+Blue) = 172+252+123=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC7B is #530384. Grayscale: #D5D5D5. Windows color (decimal): -5440389 or 8125612. OLE color: 8125612.
HSL color Cylindrical-coordinate representation of color #ACFC7B: hue angle of 97.21º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACFC7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 123 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 97.21º | 0.96% | 0.74% | - |
| HSV(B) | 97.21º | 0.51% | 0.99% | - |
| XYZ | 55.4 | 79.82 | 31.23 | - |
| YUV | 213.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 123 | 0.32 | 0 | 0.51 | 0.01 | 97.21 | 0.96 | 0.74 |
| Hex | AC | FC | 7B | 20 | 0 | 33 | 1 | 61 | 60 | 4A |
| Octal | 254 | 374 | 173 | 40 | 0 | 63 | 1 | 141 | 140 | 112 |
| Binary | 10101100 | 11111100 | 1111011 | 100000 | 0 | 110011 | 1 | 1100001 | 1100000 | 1001010 |
Color Harmonies of #ACFC7B
Complementary color
Monochromatic Colors of #ACFC7B
Black with #ACFC7B
Text Example
Text Example
White with #ACFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC7B; }
p { color: rgb(172,252,123); }
H1.HeaderClassName
{
color: #ACFC7B;
}
.AnyTagClassName
{
color: #ACFC7B;
}
</style>
background-color css
<style>
a { background-color: #ACFC7B; }
a { background-color: rgb(172,252,123); }
div.DivClassName
{
background-color: #ACFC7B;
}
.BgClassName
{
background-color: #ACFC7B;
}
</style>
border-color css
<style>
span { border-color: #ACFC7B; }
span { border-color: rgb(172,252,123); }
td.TdClassName
{
border-color: #ACFC7B;
}
.TagClassName
{
border-color: #ACFC7B;
}
</style>