Shades of Feijoa #AFF888
Tints of Feijoa #AFF888
RGB
CMYK
RGB Variations
Color information
#AFF888 (or 0xAFF888) is known color: Feijoa. HEX triplet: AF, F8 and 88. RGB value is (175,248,136). Sum of RGB (Red+Green+Blue) = 175+248+136=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF888 is #500777. Grayscale: #D5D5D5. Windows color (decimal): -5244792 or 8976559. OLE color: 8976559.
HSL color Cylindrical-coordinate representation of color #AFF888: hue angle of 99.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF888 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 136 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.03 |
| HSL | 99.11º | 0.89% | 0.75% | - |
| HSV(B) | 99.11º | 0.45% | 0.97% | - |
| XYZ | 55.69 | 78.03 | 35.42 | - |
| YUV | 213.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 136 | 0.29 | 0 | 0.45 | 0.03 | 99.11 | 0.89 | 0.75 |
| Hex | AF | F8 | 88 | 1D | 0 | 2D | 3 | 63 | 59 | 4B |
| Octal | 257 | 370 | 210 | 35 | 0 | 55 | 3 | 143 | 131 | 113 |
| Binary | 10101111 | 11111000 | 10001000 | 11101 | 0 | 101101 | 11 | 1100011 | 1011001 | 1001011 |
Color Harmonies of #AFF888
Complementary color
Monochromatic Colors of #AFF888
Black with #AFF888
Text Example
Text Example
White with #AFF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF888; }
p { color: rgb(175,248,136); }
H1.HeaderClassName
{
color: #AFF888;
}
.AnyTagClassName
{
color: #AFF888;
}
</style>
background-color css
<style>
a { background-color: #AFF888; }
a { background-color: rgb(175,248,136); }
div.DivClassName
{
background-color: #AFF888;
}
.BgClassName
{
background-color: #AFF888;
}
</style>
border-color css
<style>
span { border-color: #AFF888; }
span { border-color: rgb(175,248,136); }
td.TdClassName
{
border-color: #AFF888;
}
.TagClassName
{
border-color: #AFF888;
}
</style>