Shades of Feijoa #AFF080
Tints of Feijoa #AFF080
RGB
CMYK
RGB Variations
Color information
#AFF080 (or 0xAFF080) is known color: Feijoa. HEX triplet: AF, F0 and 80. RGB value is (175,240,128). Sum of RGB (Red+Green+Blue) = 175+240+128=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF080 is #500F7F. Grayscale: #D0D0D0. Windows color (decimal): -5246848 or 8450223. OLE color: 8450223.
HSL color Cylindrical-coordinate representation of color #AFF080: hue angle of 94.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF080 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 128 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.06 |
| HSL | 94.82º | 0.79% | 0.72% | - |
| HSV(B) | 94.82º | 0.47% | 0.94% | - |
| XYZ | 52.74 | 72.99 | 31.73 | - |
| YUV | 207.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 128 | 0.27 | 0 | 0.47 | 0.06 | 94.82 | 0.79 | 0.72 |
| Hex | AF | F0 | 80 | 1B | 0 | 2F | 6 | 5F | 4F | 48 |
| Octal | 257 | 360 | 200 | 33 | 0 | 57 | 6 | 137 | 117 | 110 |
| Binary | 10101111 | 11110000 | 10000000 | 11011 | 0 | 101111 | 110 | 1011111 | 1001111 | 1001000 |
Color Harmonies of #AFF080
Complementary color
Monochromatic Colors of #AFF080
Black with #AFF080
Text Example
Text Example
White with #AFF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF080; }
p { color: rgb(175,240,128); }
H1.HeaderClassName
{
color: #AFF080;
}
.AnyTagClassName
{
color: #AFF080;
}
</style>
background-color css
<style>
a { background-color: #AFF080; }
a { background-color: rgb(175,240,128); }
div.DivClassName
{
background-color: #AFF080;
}
.BgClassName
{
background-color: #AFF080;
}
</style>
border-color css
<style>
span { border-color: #AFF080; }
span { border-color: rgb(175,240,128); }
td.TdClassName
{
border-color: #AFF080;
}
.TagClassName
{
border-color: #AFF080;
}
</style>