Shades of Feijoa #AFED90
Tints of Feijoa #AFED90
RGB
CMYK
RGB Variations
Color information
#AFED90 (or 0xAFED90) is known color: Feijoa. HEX triplet: AF, ED and 90. RGB value is (175,237,144). Sum of RGB (Red+Green+Blue) = 175+237+144=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED90 is #50126F. Grayscale: #D0D0D0. Windows color (decimal): -5247600 or 9498031. OLE color: 9498031.
HSL color Cylindrical-coordinate representation of color #AFED90: hue angle of 100º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFED90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 144 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.07 |
| HSL | 100º | 0.72% | 0.75% | - |
| HSV(B) | 100º | 0.39% | 0.93% | - |
| XYZ | 53 | 71.7 | 37.43 | - |
| YUV | 207.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 144 | 0.26 | 0 | 0.39 | 0.07 | 100 | 0.72 | 0.75 |
| Hex | AF | ED | 90 | 1A | 0 | 27 | 7 | 64 | 48 | 4B |
| Octal | 257 | 355 | 220 | 32 | 0 | 47 | 7 | 144 | 110 | 113 |
| Binary | 10101111 | 11101101 | 10010000 | 11010 | 0 | 100111 | 111 | 1100100 | 1001000 | 1001011 |
Color Harmonies of #AFED90
Complementary color
Monochromatic Colors of #AFED90
Black with #AFED90
Text Example
Text Example
White with #AFED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED90; }
p { color: rgb(175,237,144); }
H1.HeaderClassName
{
color: #AFED90;
}
.AnyTagClassName
{
color: #AFED90;
}
</style>
background-color css
<style>
a { background-color: #AFED90; }
a { background-color: rgb(175,237,144); }
div.DivClassName
{
background-color: #AFED90;
}
.BgClassName
{
background-color: #AFED90;
}
</style>
border-color css
<style>
span { border-color: #AFED90; }
span { border-color: rgb(175,237,144); }
td.TdClassName
{
border-color: #AFED90;
}
.TagClassName
{
border-color: #AFED90;
}
</style>