Shades of Feijoa #AFF18B
Tints of Feijoa #AFF18B
RGB
CMYK
RGB Variations
Color information
#AFF18B (or 0xAFF18B) is known color: Feijoa. HEX triplet: AF, F1 and 8B. RGB value is (175,241,139). Sum of RGB (Red+Green+Blue) = 175+241+139=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18B is #500E74. Grayscale: #D1D1D1. Windows color (decimal): -5246581 or 9171375. OLE color: 9171375.
HSL color Cylindrical-coordinate representation of color #AFF18B: hue angle of 98.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF18B is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 139 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.05 |
| HSL | 98.82º | 0.78% | 0.75% | - |
| HSV(B) | 98.82º | 0.42% | 0.95% | - |
| XYZ | 53.79 | 73.89 | 35.85 | - |
| YUV | 209.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 139 | 0.27 | 0 | 0.42 | 0.05 | 98.82 | 0.78 | 0.75 |
| Hex | AF | F1 | 8B | 1B | 0 | 2A | 5 | 63 | 4E | 4B |
| Octal | 257 | 361 | 213 | 33 | 0 | 52 | 5 | 143 | 116 | 113 |
| Binary | 10101111 | 11110001 | 10001011 | 11011 | 0 | 101010 | 101 | 1100011 | 1001110 | 1001011 |
Color Harmonies of #AFF18B
Complementary color
Monochromatic Colors of #AFF18B
Black with #AFF18B
Text Example
Text Example
White with #AFF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF18B; }
p { color: rgb(175,241,139); }
H1.HeaderClassName
{
color: #AFF18B;
}
.AnyTagClassName
{
color: #AFF18B;
}
</style>
background-color css
<style>
a { background-color: #AFF18B; }
a { background-color: rgb(175,241,139); }
div.DivClassName
{
background-color: #AFF18B;
}
.BgClassName
{
background-color: #AFF18B;
}
</style>
border-color css
<style>
span { border-color: #AFF18B; }
span { border-color: rgb(175,241,139); }
td.TdClassName
{
border-color: #AFF18B;
}
.TagClassName
{
border-color: #AFF18B;
}
</style>