Shades of Feijoa #ACF17E
Tints of Feijoa #ACF17E
RGB
CMYK
RGB Variations
Color information
#ACF17E (or 0xACF17E) is known color: Feijoa. HEX triplet: AC, F1 and 7E. RGB value is (172,241,126). Sum of RGB (Red+Green+Blue) = 172+241+126=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17E is #530E81. Grayscale: #CFCFCF. Windows color (decimal): -5443202 or 8319404. OLE color: 8319404.
HSL color Cylindrical-coordinate representation of color #ACF17E: hue angle of 96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF17E is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 126 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.05 |
| HSL | 96º | 0.8% | 0.72% | - |
| HSV(B) | 96º | 0.48% | 0.95% | - |
| XYZ | 52.23 | 73.19 | 31.11 | - |
| YUV | 207.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 126 | 0.29 | 0 | 0.48 | 0.05 | 96 | 0.8 | 0.72 |
| Hex | AC | F1 | 7E | 1D | 0 | 30 | 5 | 60 | 50 | 48 |
| Octal | 254 | 361 | 176 | 35 | 0 | 60 | 5 | 140 | 120 | 110 |
| Binary | 10101100 | 11110001 | 1111110 | 11101 | 0 | 110000 | 101 | 1100000 | 1010000 | 1001000 |
Color Harmonies of #ACF17E
Complementary color
Monochromatic Colors of #ACF17E
Black with #ACF17E
Text Example
Text Example
White with #ACF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF17E; }
p { color: rgb(172,241,126); }
H1.HeaderClassName
{
color: #ACF17E;
}
.AnyTagClassName
{
color: #ACF17E;
}
</style>
background-color css
<style>
a { background-color: #ACF17E; }
a { background-color: rgb(172,241,126); }
div.DivClassName
{
background-color: #ACF17E;
}
.BgClassName
{
background-color: #ACF17E;
}
</style>
border-color css
<style>
span { border-color: #ACF17E; }
span { border-color: rgb(172,241,126); }
td.TdClassName
{
border-color: #ACF17E;
}
.TagClassName
{
border-color: #ACF17E;
}
</style>