Shades of Feijoa #ACF47A
Tints of Feijoa #ACF47A
RGB
CMYK
RGB Variations
Color information
#ACF47A (or 0xACF47A) is known color: Feijoa. HEX triplet: AC, F4 and 7A. RGB value is (172,244,122). Sum of RGB (Red+Green+Blue) = 172+244+122=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF47A is #530B85. Grayscale: #D0D0D0. Windows color (decimal): -5442438 or 8058028. OLE color: 8058028.
HSL color Cylindrical-coordinate representation of color #ACF47A: hue angle of 95.41º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF47A is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 122 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.04 |
| HSL | 95.41º | 0.85% | 0.72% | - |
| HSV(B) | 95.41º | 0.5% | 0.96% | - |
| XYZ | 52.88 | 74.88 | 30.08 | - |
| YUV | 208.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 122 | 0.30 | 0 | 0.5 | 0.04 | 95.41 | 0.85 | 0.72 |
| Hex | AC | F4 | 7A | 1E | 0 | 32 | 4 | 5F | 55 | 48 |
| Octal | 254 | 364 | 172 | 36 | 0 | 62 | 4 | 137 | 125 | 110 |
| Binary | 10101100 | 11110100 | 1111010 | 11110 | 0 | 110010 | 100 | 1011111 | 1010101 | 1001000 |
Color Harmonies of #ACF47A
Complementary color
Monochromatic Colors of #ACF47A
Black with #ACF47A
Text Example
Text Example
White with #ACF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF47A; }
p { color: rgb(172,244,122); }
H1.HeaderClassName
{
color: #ACF47A;
}
.AnyTagClassName
{
color: #ACF47A;
}
</style>
background-color css
<style>
a { background-color: #ACF47A; }
a { background-color: rgb(172,244,122); }
div.DivClassName
{
background-color: #ACF47A;
}
.BgClassName
{
background-color: #ACF47A;
}
</style>
border-color css
<style>
span { border-color: #ACF47A; }
span { border-color: rgb(172,244,122); }
td.TdClassName
{
border-color: #ACF47A;
}
.TagClassName
{
border-color: #ACF47A;
}
</style>