Shades of Feijoa #AFF18D
Tints of Feijoa #AFF18D
RGB
CMYK
RGB Variations
Color information
#AFF18D (or 0xAFF18D) is known color: Feijoa. HEX triplet: AF, F1 and 8D. RGB value is (175,241,141). Sum of RGB (Red+Green+Blue) = 175+241+141=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18D is #500E72. Grayscale: #D2D2D2. Windows color (decimal): -5246579 or 9302447. OLE color: 9302447.
HSL color Cylindrical-coordinate representation of color #AFF18D: hue angle of 99.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFF18D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 141 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.05 |
| HSL | 99.6º | 0.78% | 0.75% | - |
| HSV(B) | 99.6º | 0.41% | 0.95% | - |
| XYZ | 53.94 | 73.95 | 36.63 | - |
| YUV | 209.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 141 | 0.27 | 0 | 0.41 | 0.05 | 99.6 | 0.78 | 0.75 |
| Hex | AF | F1 | 8D | 1B | 0 | 29 | 5 | 64 | 4E | 4B |
| Octal | 257 | 361 | 215 | 33 | 0 | 51 | 5 | 144 | 116 | 113 |
| Binary | 10101111 | 11110001 | 10001101 | 11011 | 0 | 101001 | 101 | 1100100 | 1001110 | 1001011 |
Color Harmonies of #AFF18D
Complementary color
Monochromatic Colors of #AFF18D
Black with #AFF18D
Text Example
Text Example
White with #AFF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF18D; }
p { color: rgb(175,241,141); }
H1.HeaderClassName
{
color: #AFF18D;
}
.AnyTagClassName
{
color: #AFF18D;
}
</style>
background-color css
<style>
a { background-color: #AFF18D; }
a { background-color: rgb(175,241,141); }
div.DivClassName
{
background-color: #AFF18D;
}
.BgClassName
{
background-color: #AFF18D;
}
</style>
border-color css
<style>
span { border-color: #AFF18D; }
span { border-color: rgb(175,241,141); }
td.TdClassName
{
border-color: #AFF18D;
}
.TagClassName
{
border-color: #AFF18D;
}
</style>