Shades of Feijoa #ACF384
Tints of Feijoa #ACF384
RGB
CMYK
RGB Variations
Color information
#ACF384 (or 0xACF384) is known color: Feijoa. HEX triplet: AC, F3 and 84. RGB value is (172,243,132). Sum of RGB (Red+Green+Blue) = 172+243+132=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF384 is #530C7B. Grayscale: #D1D1D1. Windows color (decimal): -5442684 or 8713132. OLE color: 8713132.
HSL color Cylindrical-coordinate representation of color #ACF384: hue angle of 98.38º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF384 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 132 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.05 |
| HSL | 98.38º | 0.82% | 0.74% | - |
| HSV(B) | 98.38º | 0.46% | 0.95% | - |
| XYZ | 53.23 | 74.54 | 33.41 | - |
| YUV | 209.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 132 | 0.29 | 0 | 0.46 | 0.05 | 98.38 | 0.82 | 0.74 |
| Hex | AC | F3 | 84 | 1D | 0 | 2E | 5 | 62 | 52 | 4A |
| Octal | 254 | 363 | 204 | 35 | 0 | 56 | 5 | 142 | 122 | 112 |
| Binary | 10101100 | 11110011 | 10000100 | 11101 | 0 | 101110 | 101 | 1100010 | 1010010 | 1001010 |
Color Harmonies of #ACF384
Complementary color
Monochromatic Colors of #ACF384
Black with #ACF384
Text Example
Text Example
White with #ACF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF384; }
p { color: rgb(172,243,132); }
H1.HeaderClassName
{
color: #ACF384;
}
.AnyTagClassName
{
color: #ACF384;
}
</style>
background-color css
<style>
a { background-color: #ACF384; }
a { background-color: rgb(172,243,132); }
div.DivClassName
{
background-color: #ACF384;
}
.BgClassName
{
background-color: #ACF384;
}
</style>
border-color css
<style>
span { border-color: #ACF384; }
span { border-color: rgb(172,243,132); }
td.TdClassName
{
border-color: #ACF384;
}
.TagClassName
{
border-color: #ACF384;
}
</style>