Shades of Feijoa #ACFD7A
Tints of Feijoa #ACFD7A
RGB
CMYK
RGB Variations
Color information
#ACFD7A (or 0xACFD7A) is known color: Feijoa. HEX triplet: AC, FD and 7A. RGB value is (172,253,122). Sum of RGB (Red+Green+Blue) = 172+253+122=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD7A is #530285. Grayscale: #D6D6D6. Windows color (decimal): -5440134 or 8060332. OLE color: 8060332.
HSL color Cylindrical-coordinate representation of color #ACFD7A: hue angle of 97.1º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACFD7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 122 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.01 |
| HSL | 97.1º | 0.97% | 0.74% | - |
| HSV(B) | 97.1º | 0.52% | 0.99% | - |
| XYZ | 55.65 | 80.43 | 31 | - |
| YUV | 213.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 122 | 0.32 | 0 | 0.52 | 0.01 | 97.1 | 0.97 | 0.74 |
| Hex | AC | FD | 7A | 20 | 0 | 34 | 1 | 61 | 61 | 4A |
| Octal | 254 | 375 | 172 | 40 | 0 | 64 | 1 | 141 | 141 | 112 |
| Binary | 10101100 | 11111101 | 1111010 | 100000 | 0 | 110100 | 1 | 1100001 | 1100001 | 1001010 |
Color Harmonies of #ACFD7A
Complementary color
Monochromatic Colors of #ACFD7A
Black with #ACFD7A
Text Example
Text Example
White with #ACFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD7A; }
p { color: rgb(172,253,122); }
H1.HeaderClassName
{
color: #ACFD7A;
}
.AnyTagClassName
{
color: #ACFD7A;
}
</style>
background-color css
<style>
a { background-color: #ACFD7A; }
a { background-color: rgb(172,253,122); }
div.DivClassName
{
background-color: #ACFD7A;
}
.BgClassName
{
background-color: #ACFD7A;
}
</style>
border-color css
<style>
span { border-color: #ACFD7A; }
span { border-color: rgb(172,253,122); }
td.TdClassName
{
border-color: #ACFD7A;
}
.TagClassName
{
border-color: #ACFD7A;
}
</style>