Shades of Feijoa #AFF28D
Tints of Feijoa #AFF28D
RGB
CMYK
RGB Variations
Color information
#AFF28D (or 0xAFF28D) is known color: Feijoa. HEX triplet: AF, F2 and 8D. RGB value is (175,242,141). Sum of RGB (Red+Green+Blue) = 175+242+141=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28D is #500D72. Grayscale: #D2D2D2. Windows color (decimal): -5246323 or 9302703. OLE color: 9302703.
HSL color Cylindrical-coordinate representation of color #AFF28D: hue angle of 99.8º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF28D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 141 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.05 |
| HSL | 99.8º | 0.8% | 0.75% | - |
| HSV(B) | 99.8º | 0.42% | 0.95% | - |
| XYZ | 54.24 | 74.54 | 36.73 | - |
| YUV | 210.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 141 | 0.28 | 0 | 0.42 | 0.05 | 99.8 | 0.8 | 0.75 |
| Hex | AF | F2 | 8D | 1C | 0 | 2A | 5 | 64 | 50 | 4B |
| Octal | 257 | 362 | 215 | 34 | 0 | 52 | 5 | 144 | 120 | 113 |
| Binary | 10101111 | 11110010 | 10001101 | 11100 | 0 | 101010 | 101 | 1100100 | 1010000 | 1001011 |
Color Harmonies of #AFF28D
Complementary color
Monochromatic Colors of #AFF28D
Black with #AFF28D
Text Example
Text Example
White with #AFF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF28D; }
p { color: rgb(175,242,141); }
H1.HeaderClassName
{
color: #AFF28D;
}
.AnyTagClassName
{
color: #AFF28D;
}
</style>
background-color css
<style>
a { background-color: #AFF28D; }
a { background-color: rgb(175,242,141); }
div.DivClassName
{
background-color: #AFF28D;
}
.BgClassName
{
background-color: #AFF28D;
}
</style>
border-color css
<style>
span { border-color: #AFF28D; }
span { border-color: rgb(175,242,141); }
td.TdClassName
{
border-color: #AFF28D;
}
.TagClassName
{
border-color: #AFF28D;
}
</style>