Shades of Feijoa #AFF88A
Tints of Feijoa #AFF88A
RGB
CMYK
RGB Variations
Color information
#AFF88A (or 0xAFF88A) is known color: Feijoa. HEX triplet: AF, F8 and 8A. RGB value is (175,248,138). Sum of RGB (Red+Green+Blue) = 175+248+138=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF88A is #500775. Grayscale: #D6D6D6. Windows color (decimal): -5244790 or 9107631. OLE color: 9107631.
HSL color Cylindrical-coordinate representation of color #AFF88A: hue angle of 99.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF88A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 138 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.03 |
| HSL | 99.82º | 0.89% | 0.76% | - |
| HSV(B) | 99.82º | 0.44% | 0.97% | - |
| XYZ | 55.83 | 78.08 | 36.17 | - |
| YUV | 213.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 138 | 0.29 | 0 | 0.44 | 0.03 | 99.82 | 0.89 | 0.76 |
| Hex | AF | F8 | 8A | 1D | 0 | 2C | 3 | 64 | 59 | 4C |
| Octal | 257 | 370 | 212 | 35 | 0 | 54 | 3 | 144 | 131 | 114 |
| Binary | 10101111 | 11111000 | 10001010 | 11101 | 0 | 101100 | 11 | 1100100 | 1011001 | 1001100 |
Color Harmonies of #AFF88A
Complementary color
Monochromatic Colors of #AFF88A
Black with #AFF88A
Text Example
Text Example
White with #AFF88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF88A; }
p { color: rgb(175,248,138); }
H1.HeaderClassName
{
color: #AFF88A;
}
.AnyTagClassName
{
color: #AFF88A;
}
</style>
background-color css
<style>
a { background-color: #AFF88A; }
a { background-color: rgb(175,248,138); }
div.DivClassName
{
background-color: #AFF88A;
}
.BgClassName
{
background-color: #AFF88A;
}
</style>
border-color css
<style>
span { border-color: #AFF88A; }
span { border-color: rgb(175,248,138); }
td.TdClassName
{
border-color: #AFF88A;
}
.TagClassName
{
border-color: #AFF88A;
}
</style>