Shades of Feijoa #AFDD91
Tints of Feijoa #AFDD91
RGB
CMYK
RGB Variations
Color information
#AFDD91 (or 0xAFDD91) is known color: Feijoa. HEX triplet: AF, DD and 91. RGB value is (175,221,145). Sum of RGB (Red+Green+Blue) = 175+221+145=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD91 is #50226E. Grayscale: #C6C6C6. Windows color (decimal): -5251695 or 9559471. OLE color: 9559471.
HSL color Cylindrical-coordinate representation of color #AFDD91: hue angle of 96.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFDD91 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 145 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.13 |
| HSL | 96.32º | 0.53% | 0.72% | - |
| HSV(B) | 96.32º | 0.34% | 0.87% | - |
| XYZ | 48.65 | 62.87 | 36.36 | - |
| YUV | 198.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 145 | 0.21 | 0 | 0.34 | 0.13 | 96.32 | 0.53 | 0.72 |
| Hex | AF | DD | 91 | 15 | 0 | 22 | D | 60 | 35 | 48 |
| Octal | 257 | 335 | 221 | 25 | 0 | 42 | 15 | 140 | 65 | 110 |
| Binary | 10101111 | 11011101 | 10010001 | 10101 | 0 | 100010 | 1101 | 1100000 | 110101 | 1001000 |
Color Harmonies of #AFDD91
Complementary color
Monochromatic Colors of #AFDD91
Black with #AFDD91
Text Example
Text Example
White with #AFDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD91; }
p { color: rgb(175,221,145); }
H1.HeaderClassName
{
color: #AFDD91;
}
.AnyTagClassName
{
color: #AFDD91;
}
</style>
background-color css
<style>
a { background-color: #AFDD91; }
a { background-color: rgb(175,221,145); }
div.DivClassName
{
background-color: #AFDD91;
}
.BgClassName
{
background-color: #AFDD91;
}
</style>
border-color css
<style>
span { border-color: #AFDD91; }
span { border-color: rgb(175,221,145); }
td.TdClassName
{
border-color: #AFDD91;
}
.TagClassName
{
border-color: #AFDD91;
}
</style>