Shades of Feijoa #ACF173
Tints of Feijoa #ACF173
RGB
CMYK
RGB Variations
Color information
#ACF173 (or 0xACF173) is known color: Feijoa. HEX triplet: AC, F1 and 73. RGB value is (172,241,115). Sum of RGB (Red+Green+Blue) = 172+241+115=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF173 is #530E8C. Grayscale: #CECECE. Windows color (decimal): -5443213 or 7598508. OLE color: 7598508.
HSL color Cylindrical-coordinate representation of color #ACF173: hue angle of 92.86º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF173 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 115 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 92.86º | 0.82% | 0.7% | - |
| HSV(B) | 92.86º | 0.52% | 0.95% | - |
| XYZ | 51.56 | 72.92 | 27.58 | - |
| YUV | 206.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 115 | 0.29 | 0 | 0.52 | 0.05 | 92.86 | 0.82 | 0.7 |
| Hex | AC | F1 | 73 | 1D | 0 | 34 | 5 | 5D | 52 | 46 |
| Octal | 254 | 361 | 163 | 35 | 0 | 64 | 5 | 135 | 122 | 106 |
| Binary | 10101100 | 11110001 | 1110011 | 11101 | 0 | 110100 | 101 | 1011101 | 1010010 | 1000110 |
Color Harmonies of #ACF173
Complementary color
Monochromatic Colors of #ACF173
Black with #ACF173
Text Example
Text Example
White with #ACF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF173; }
p { color: rgb(172,241,115); }
H1.HeaderClassName
{
color: #ACF173;
}
.AnyTagClassName
{
color: #ACF173;
}
</style>
background-color css
<style>
a { background-color: #ACF173; }
a { background-color: rgb(172,241,115); }
div.DivClassName
{
background-color: #ACF173;
}
.BgClassName
{
background-color: #ACF173;
}
</style>
border-color css
<style>
span { border-color: #ACF173; }
span { border-color: rgb(172,241,115); }
td.TdClassName
{
border-color: #ACF173;
}
.TagClassName
{
border-color: #ACF173;
}
</style>