Shades of Feijoa #AFDB90
Tints of Feijoa #AFDB90
RGB
CMYK
RGB Variations
Color information
#AFDB90 (or 0xAFDB90) is known color: Feijoa. HEX triplet: AF, DB and 90. RGB value is (175,219,144). Sum of RGB (Red+Green+Blue) = 175+219+144=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB90 is #50246F. Grayscale: #C5C5C5. Windows color (decimal): -5252208 or 9493423. OLE color: 9493423.
HSL color Cylindrical-coordinate representation of color #AFDB90: hue angle of 95.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFDB90 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 144 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.14 |
| HSL | 95.2º | 0.51% | 0.71% | - |
| HSV(B) | 95.2º | 0.34% | 0.86% | - |
| XYZ | 48.04 | 61.79 | 35.78 | - |
| YUV | 197.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 144 | 0.20 | 0 | 0.34 | 0.14 | 95.2 | 0.51 | 0.71 |
| Hex | AF | DB | 90 | 14 | 0 | 22 | E | 5F | 33 | 47 |
| Octal | 257 | 333 | 220 | 24 | 0 | 42 | 16 | 137 | 63 | 107 |
| Binary | 10101111 | 11011011 | 10010000 | 10100 | 0 | 100010 | 1110 | 1011111 | 110011 | 1000111 |
Color Harmonies of #AFDB90
Complementary color
Monochromatic Colors of #AFDB90
Black with #AFDB90
Text Example
Text Example
White with #AFDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB90; }
p { color: rgb(175,219,144); }
H1.HeaderClassName
{
color: #AFDB90;
}
.AnyTagClassName
{
color: #AFDB90;
}
</style>
background-color css
<style>
a { background-color: #AFDB90; }
a { background-color: rgb(175,219,144); }
div.DivClassName
{
background-color: #AFDB90;
}
.BgClassName
{
background-color: #AFDB90;
}
</style>
border-color css
<style>
span { border-color: #AFDB90; }
span { border-color: rgb(175,219,144); }
td.TdClassName
{
border-color: #AFDB90;
}
.TagClassName
{
border-color: #AFDB90;
}
</style>