Shades of Feijoa #ACF17C
Tints of Feijoa #ACF17C
RGB
CMYK
RGB Variations
Color information
#ACF17C (or 0xACF17C) is known color: Feijoa. HEX triplet: AC, F1 and 7C. RGB value is (172,241,124). Sum of RGB (Red+Green+Blue) = 172+241+124=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17C is #530E83. Grayscale: #CFCFCF. Windows color (decimal): -5443204 or 8188332. OLE color: 8188332.
HSL color Cylindrical-coordinate representation of color #ACF17C: hue angle of 95.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF17C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 124 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.38º | 0.81% | 0.72% | - |
| HSV(B) | 95.38º | 0.49% | 0.95% | - |
| XYZ | 52.11 | 73.14 | 30.44 | - |
| YUV | 207.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 124 | 0.29 | 0 | 0.49 | 0.05 | 95.38 | 0.81 | 0.72 |
| Hex | AC | F1 | 7C | 1D | 0 | 31 | 5 | 5F | 51 | 48 |
| Octal | 254 | 361 | 174 | 35 | 0 | 61 | 5 | 137 | 121 | 110 |
| Binary | 10101100 | 11110001 | 1111100 | 11101 | 0 | 110001 | 101 | 1011111 | 1010001 | 1001000 |
Color Harmonies of #ACF17C
Complementary color
Monochromatic Colors of #ACF17C
Black with #ACF17C
Text Example
Text Example
White with #ACF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF17C; }
p { color: rgb(172,241,124); }
H1.HeaderClassName
{
color: #ACF17C;
}
.AnyTagClassName
{
color: #ACF17C;
}
</style>
background-color css
<style>
a { background-color: #ACF17C; }
a { background-color: rgb(172,241,124); }
div.DivClassName
{
background-color: #ACF17C;
}
.BgClassName
{
background-color: #ACF17C;
}
</style>
border-color css
<style>
span { border-color: #ACF17C; }
span { border-color: rgb(172,241,124); }
td.TdClassName
{
border-color: #ACF17C;
}
.TagClassName
{
border-color: #ACF17C;
}
</style>