Shades of Feijoa #AFEB90
Tints of Feijoa #AFEB90
RGB
CMYK
RGB Variations
Color information
#AFEB90 (or 0xAFEB90) is known color: Feijoa. HEX triplet: AF, EB and 90. RGB value is (175,235,144). Sum of RGB (Red+Green+Blue) = 175+235+144=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB90 is #50146F. Grayscale: #CECECE. Windows color (decimal): -5248112 or 9497519. OLE color: 9497519.
HSL color Cylindrical-coordinate representation of color #AFEB90: hue angle of 99.56º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFEB90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 144 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.08 |
| HSL | 99.56º | 0.69% | 0.74% | - |
| HSV(B) | 99.56º | 0.39% | 0.92% | - |
| XYZ | 52.42 | 70.54 | 37.24 | - |
| YUV | 206.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 144 | 0.26 | 0 | 0.39 | 0.08 | 99.56 | 0.69 | 0.74 |
| Hex | AF | EB | 90 | 1A | 0 | 27 | 8 | 64 | 45 | 4A |
| Octal | 257 | 353 | 220 | 32 | 0 | 47 | 10 | 144 | 105 | 112 |
| Binary | 10101111 | 11101011 | 10010000 | 11010 | 0 | 100111 | 1000 | 1100100 | 1000101 | 1001010 |
Color Harmonies of #AFEB90
Complementary color
Monochromatic Colors of #AFEB90
Black with #AFEB90
Text Example
Text Example
White with #AFEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB90; }
p { color: rgb(175,235,144); }
H1.HeaderClassName
{
color: #AFEB90;
}
.AnyTagClassName
{
color: #AFEB90;
}
</style>
background-color css
<style>
a { background-color: #AFEB90; }
a { background-color: rgb(175,235,144); }
div.DivClassName
{
background-color: #AFEB90;
}
.BgClassName
{
background-color: #AFEB90;
}
</style>
border-color css
<style>
span { border-color: #AFEB90; }
span { border-color: rgb(175,235,144); }
td.TdClassName
{
border-color: #AFEB90;
}
.TagClassName
{
border-color: #AFEB90;
}
</style>