Shades of Feijoa #AFF48D
Tints of Feijoa #AFF48D
RGB
CMYK
RGB Variations
Color information
#AFF48D (or 0xAFF48D) is known color: Feijoa. HEX triplet: AF, F4 and 8D. RGB value is (175,244,141). Sum of RGB (Red+Green+Blue) = 175+244+141=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF48D is #500B72. Grayscale: #D3D3D3. Windows color (decimal): -5245811 or 9303215. OLE color: 9303215.
HSL color Cylindrical-coordinate representation of color #AFF48D: hue angle of 100.19º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF48D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 141 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.04 |
| HSL | 100.19º | 0.82% | 0.75% | - |
| HSV(B) | 100.19º | 0.42% | 0.96% | - |
| XYZ | 54.84 | 75.74 | 36.93 | - |
| YUV | 211.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 141 | 0.28 | 0 | 0.42 | 0.04 | 100.19 | 0.82 | 0.75 |
| Hex | AF | F4 | 8D | 1C | 0 | 2A | 4 | 64 | 52 | 4B |
| Octal | 257 | 364 | 215 | 34 | 0 | 52 | 4 | 144 | 122 | 113 |
| Binary | 10101111 | 11110100 | 10001101 | 11100 | 0 | 101010 | 100 | 1100100 | 1010010 | 1001011 |
Color Harmonies of #AFF48D
Complementary color
Monochromatic Colors of #AFF48D
Black with #AFF48D
Text Example
Text Example
White with #AFF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF48D; }
p { color: rgb(175,244,141); }
H1.HeaderClassName
{
color: #AFF48D;
}
.AnyTagClassName
{
color: #AFF48D;
}
</style>
background-color css
<style>
a { background-color: #AFF48D; }
a { background-color: rgb(175,244,141); }
div.DivClassName
{
background-color: #AFF48D;
}
.BgClassName
{
background-color: #AFF48D;
}
</style>
border-color css
<style>
span { border-color: #AFF48D; }
span { border-color: rgb(175,244,141); }
td.TdClassName
{
border-color: #AFF48D;
}
.TagClassName
{
border-color: #AFF48D;
}
</style>