Shades of Feijoa #ACF47D
Tints of Feijoa #ACF47D
RGB
CMYK
RGB Variations
Color information
#ACF47D (or 0xACF47D) is known color: Feijoa. HEX triplet: AC, F4 and 7D. RGB value is (172,244,125). Sum of RGB (Red+Green+Blue) = 172+244+125=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF47D is #530B82. Grayscale: #D1D1D1. Windows color (decimal): -5442435 or 8254636. OLE color: 8254636.
HSL color Cylindrical-coordinate representation of color #ACF47D: hue angle of 96.3º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF47D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 125 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.04 |
| HSL | 96.3º | 0.84% | 0.72% | - |
| HSV(B) | 96.3º | 0.49% | 0.96% | - |
| XYZ | 53.07 | 74.95 | 31.07 | - |
| YUV | 208.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 125 | 0.30 | 0 | 0.49 | 0.04 | 96.3 | 0.84 | 0.72 |
| Hex | AC | F4 | 7D | 1E | 0 | 31 | 4 | 60 | 54 | 48 |
| Octal | 254 | 364 | 175 | 36 | 0 | 61 | 4 | 140 | 124 | 110 |
| Binary | 10101100 | 11110100 | 1111101 | 11110 | 0 | 110001 | 100 | 1100000 | 1010100 | 1001000 |
Color Harmonies of #ACF47D
Complementary color
Monochromatic Colors of #ACF47D
Black with #ACF47D
Text Example
Text Example
White with #ACF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF47D; }
p { color: rgb(172,244,125); }
H1.HeaderClassName
{
color: #ACF47D;
}
.AnyTagClassName
{
color: #ACF47D;
}
</style>
background-color css
<style>
a { background-color: #ACF47D; }
a { background-color: rgb(172,244,125); }
div.DivClassName
{
background-color: #ACF47D;
}
.BgClassName
{
background-color: #ACF47D;
}
</style>
border-color css
<style>
span { border-color: #ACF47D; }
span { border-color: rgb(172,244,125); }
td.TdClassName
{
border-color: #ACF47D;
}
.TagClassName
{
border-color: #ACF47D;
}
</style>