Shades of Feijoa #ACFC7A
Tints of Feijoa #ACFC7A
RGB
CMYK
RGB Variations
Color information
#ACFC7A (or 0xACFC7A) is known color: Feijoa. HEX triplet: AC, FC and 7A. RGB value is (172,252,122). Sum of RGB (Red+Green+Blue) = 172+252+122=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC7A is #530385. Grayscale: #D5D5D5. Windows color (decimal): -5440390 or 8060076. OLE color: 8060076.
HSL color Cylindrical-coordinate representation of color #ACFC7A: hue angle of 96.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACFC7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 122 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.01 |
| HSL | 96.92º | 0.96% | 0.73% | - |
| HSV(B) | 96.92º | 0.52% | 0.99% | - |
| XYZ | 55.34 | 79.8 | 30.9 | - |
| YUV | 213.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 122 | 0.32 | 0 | 0.52 | 0.01 | 96.92 | 0.96 | 0.73 |
| Hex | AC | FC | 7A | 20 | 0 | 34 | 1 | 61 | 60 | 49 |
| Octal | 254 | 374 | 172 | 40 | 0 | 64 | 1 | 141 | 140 | 111 |
| Binary | 10101100 | 11111100 | 1111010 | 100000 | 0 | 110100 | 1 | 1100001 | 1100000 | 1001001 |
Color Harmonies of #ACFC7A
Complementary color
Monochromatic Colors of #ACFC7A
Black with #ACFC7A
Text Example
Text Example
White with #ACFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC7A; }
p { color: rgb(172,252,122); }
H1.HeaderClassName
{
color: #ACFC7A;
}
.AnyTagClassName
{
color: #ACFC7A;
}
</style>
background-color css
<style>
a { background-color: #ACFC7A; }
a { background-color: rgb(172,252,122); }
div.DivClassName
{
background-color: #ACFC7A;
}
.BgClassName
{
background-color: #ACFC7A;
}
</style>
border-color css
<style>
span { border-color: #ACFC7A; }
span { border-color: rgb(172,252,122); }
td.TdClassName
{
border-color: #ACFC7A;
}
.TagClassName
{
border-color: #ACFC7A;
}
</style>