Shades of Feijoa #ACF17B
Tints of Feijoa #ACF17B
RGB
CMYK
RGB Variations
Color information
#ACF17B (or 0xACF17B) is known color: Feijoa. HEX triplet: AC, F1 and 7B. RGB value is (172,241,123). Sum of RGB (Red+Green+Blue) = 172+241+123=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17B is #530E84. Grayscale: #CFCFCF. Windows color (decimal): -5443205 or 8122796. OLE color: 8122796.
HSL color Cylindrical-coordinate representation of color #ACF17B: hue angle of 95.08º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF17B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 123 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.08º | 0.81% | 0.71% | - |
| HSV(B) | 95.08º | 0.49% | 0.95% | - |
| XYZ | 52.04 | 73.11 | 30.11 | - |
| YUV | 206.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 123 | 0.29 | 0 | 0.49 | 0.05 | 95.08 | 0.81 | 0.71 |
| Hex | AC | F1 | 7B | 1D | 0 | 31 | 5 | 5F | 51 | 47 |
| Octal | 254 | 361 | 173 | 35 | 0 | 61 | 5 | 137 | 121 | 107 |
| Binary | 10101100 | 11110001 | 1111011 | 11101 | 0 | 110001 | 101 | 1011111 | 1010001 | 1000111 |
Color Harmonies of #ACF17B
Complementary color
Monochromatic Colors of #ACF17B
Black with #ACF17B
Text Example
Text Example
White with #ACF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF17B; }
p { color: rgb(172,241,123); }
H1.HeaderClassName
{
color: #ACF17B;
}
.AnyTagClassName
{
color: #ACF17B;
}
</style>
background-color css
<style>
a { background-color: #ACF17B; }
a { background-color: rgb(172,241,123); }
div.DivClassName
{
background-color: #ACF17B;
}
.BgClassName
{
background-color: #ACF17B;
}
</style>
border-color css
<style>
span { border-color: #ACF17B; }
span { border-color: rgb(172,241,123); }
td.TdClassName
{
border-color: #ACF17B;
}
.TagClassName
{
border-color: #ACF17B;
}
</style>