Shades of Feijoa #ACF271
Tints of Feijoa #ACF271
RGB
CMYK
RGB Variations
Color information
#ACF271 (or 0xACF271) is known color: Feijoa. HEX triplet: AC, F2 and 71. RGB value is (172,242,113). Sum of RGB (Red+Green+Blue) = 172+242+113=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF271 is #530D8E. Grayscale: #CECECE. Windows color (decimal): -5442959 or 7467692. OLE color: 7467692.
HSL color Cylindrical-coordinate representation of color #ACF271: hue angle of 92.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF271 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 113 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.05 |
| HSL | 92.56º | 0.83% | 0.7% | - |
| HSV(B) | 92.56º | 0.53% | 0.95% | - |
| XYZ | 51.75 | 73.47 | 27.08 | - |
| YUV | 206.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 113 | 0.29 | 0 | 0.53 | 0.05 | 92.56 | 0.83 | 0.7 |
| Hex | AC | F2 | 71 | 1D | 0 | 35 | 5 | 5D | 53 | 46 |
| Octal | 254 | 362 | 161 | 35 | 0 | 65 | 5 | 135 | 123 | 106 |
| Binary | 10101100 | 11110010 | 1110001 | 11101 | 0 | 110101 | 101 | 1011101 | 1010011 | 1000110 |
Color Harmonies of #ACF271
Complementary color
Monochromatic Colors of #ACF271
Black with #ACF271
Text Example
Text Example
White with #ACF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF271; }
p { color: rgb(172,242,113); }
H1.HeaderClassName
{
color: #ACF271;
}
.AnyTagClassName
{
color: #ACF271;
}
</style>
background-color css
<style>
a { background-color: #ACF271; }
a { background-color: rgb(172,242,113); }
div.DivClassName
{
background-color: #ACF271;
}
.BgClassName
{
background-color: #ACF271;
}
</style>
border-color css
<style>
span { border-color: #ACF271; }
span { border-color: rgb(172,242,113); }
td.TdClassName
{
border-color: #ACF271;
}
.TagClassName
{
border-color: #ACF271;
}
</style>