Shades of Feijoa #ACF182
Tints of Feijoa #ACF182
RGB
CMYK
RGB Variations
Color information
#ACF182 (or 0xACF182) is known color: Feijoa. HEX triplet: AC, F1 and 82. RGB value is (172,241,130). Sum of RGB (Red+Green+Blue) = 172+241+130=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF182 is #530E7D. Grayscale: #D0D0D0. Windows color (decimal): -5443198 or 8581548. OLE color: 8581548.
HSL color Cylindrical-coordinate representation of color #ACF182: hue angle of 97.3º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF182 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 130 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.05 |
| HSL | 97.3º | 0.8% | 0.73% | - |
| HSV(B) | 97.3º | 0.46% | 0.95% | - |
| XYZ | 52.5 | 73.29 | 32.5 | - |
| YUV | 207.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 130 | 0.29 | 0 | 0.46 | 0.05 | 97.3 | 0.8 | 0.73 |
| Hex | AC | F1 | 82 | 1D | 0 | 2E | 5 | 61 | 50 | 49 |
| Octal | 254 | 361 | 202 | 35 | 0 | 56 | 5 | 141 | 120 | 111 |
| Binary | 10101100 | 11110001 | 10000010 | 11101 | 0 | 101110 | 101 | 1100001 | 1010000 | 1001001 |
Color Harmonies of #ACF182
Complementary color
Monochromatic Colors of #ACF182
Black with #ACF182
Text Example
Text Example
White with #ACF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF182; }
p { color: rgb(172,241,130); }
H1.HeaderClassName
{
color: #ACF182;
}
.AnyTagClassName
{
color: #ACF182;
}
</style>
background-color css
<style>
a { background-color: #ACF182; }
a { background-color: rgb(172,241,130); }
div.DivClassName
{
background-color: #ACF182;
}
.BgClassName
{
background-color: #ACF182;
}
</style>
border-color css
<style>
span { border-color: #ACF182; }
span { border-color: rgb(172,241,130); }
td.TdClassName
{
border-color: #ACF182;
}
.TagClassName
{
border-color: #ACF182;
}
</style>