Shades of Feijoa #AFF18A
Tints of Feijoa #AFF18A
RGB
CMYK
RGB Variations
Color information
#AFF18A (or 0xAFF18A) is known color: Feijoa. HEX triplet: AF, F1 and 8A. RGB value is (175,241,138). Sum of RGB (Red+Green+Blue) = 175+241+138=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF18A is #500E75. Grayscale: #D1D1D1. Windows color (decimal): -5246582 or 9105839. OLE color: 9105839.
HSL color Cylindrical-coordinate representation of color #AFF18A: hue angle of 98.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF18A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 138 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.05 |
| HSL | 98.45º | 0.79% | 0.74% | - |
| HSV(B) | 98.45º | 0.43% | 0.95% | - |
| XYZ | 53.72 | 73.86 | 35.47 | - |
| YUV | 209.52 | 87.63 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 138 | 0.27 | 0 | 0.43 | 0.05 | 98.45 | 0.79 | 0.74 |
| Hex | AF | F1 | 8A | 1B | 0 | 2B | 5 | 62 | 4F | 4A |
| Octal | 257 | 361 | 212 | 33 | 0 | 53 | 5 | 142 | 117 | 112 |
| Binary | 10101111 | 11110001 | 10001010 | 11011 | 0 | 101011 | 101 | 1100010 | 1001111 | 1001010 |
Color Harmonies of #AFF18A
Complementary color
Monochromatic Colors of #AFF18A
Black with #AFF18A
Text Example
Text Example
White with #AFF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF18A; }
p { color: rgb(175,241,138); }
H1.HeaderClassName
{
color: #AFF18A;
}
.AnyTagClassName
{
color: #AFF18A;
}
</style>
background-color css
<style>
a { background-color: #AFF18A; }
a { background-color: rgb(175,241,138); }
div.DivClassName
{
background-color: #AFF18A;
}
.BgClassName
{
background-color: #AFF18A;
}
</style>
border-color css
<style>
span { border-color: #AFF18A; }
span { border-color: rgb(175,241,138); }
td.TdClassName
{
border-color: #AFF18A;
}
.TagClassName
{
border-color: #AFF18A;
}
</style>