Shades of Feijoa #ACF270
Tints of Feijoa #ACF270
RGB
CMYK
RGB Variations
Color information
#ACF270 (or 0xACF270) is known color: Feijoa. HEX triplet: AC, F2 and 70. RGB value is (172,242,112). Sum of RGB (Red+Green+Blue) = 172+242+112=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF270 is #530D8F. Grayscale: #CECECE. Windows color (decimal): -5442960 or 7402156. OLE color: 7402156.
HSL color Cylindrical-coordinate representation of color #ACF270: hue angle of 92.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF270 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 112 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 92.31º | 0.83% | 0.69% | - |
| HSV(B) | 92.31º | 0.54% | 0.95% | - |
| XYZ | 51.69 | 73.44 | 26.78 | - |
| YUV | 206.25 | 74.81 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 112 | 0.29 | 0 | 0.54 | 0.05 | 92.31 | 0.83 | 0.69 |
| Hex | AC | F2 | 70 | 1D | 0 | 36 | 5 | 5C | 53 | 45 |
| Octal | 254 | 362 | 160 | 35 | 0 | 66 | 5 | 134 | 123 | 105 |
| Binary | 10101100 | 11110010 | 1110000 | 11101 | 0 | 110110 | 101 | 1011100 | 1010011 | 1000101 |
Color Harmonies of #ACF270
Complementary color
Monochromatic Colors of #ACF270
Black with #ACF270
Text Example
Text Example
White with #ACF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF270; }
p { color: rgb(172,242,112); }
H1.HeaderClassName
{
color: #ACF270;
}
.AnyTagClassName
{
color: #ACF270;
}
</style>
background-color css
<style>
a { background-color: #ACF270; }
a { background-color: rgb(172,242,112); }
div.DivClassName
{
background-color: #ACF270;
}
.BgClassName
{
background-color: #ACF270;
}
</style>
border-color css
<style>
span { border-color: #ACF270; }
span { border-color: rgb(172,242,112); }
td.TdClassName
{
border-color: #ACF270;
}
.TagClassName
{
border-color: #ACF270;
}
</style>