Shades of Feijoa #AFDD90
Tints of Feijoa #AFDD90
RGB
CMYK
RGB Variations
Color information
#AFDD90 (or 0xAFDD90) is known color: Feijoa. HEX triplet: AF, DD and 90. RGB value is (175,221,144). Sum of RGB (Red+Green+Blue) = 175+221+144=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD90 is #50226F. Grayscale: #C6C6C6. Windows color (decimal): -5251696 or 9493935. OLE color: 9493935.
HSL color Cylindrical-coordinate representation of color #AFDD90: hue angle of 95.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDD90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 144 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.13 |
| HSL | 95.84º | 0.53% | 0.72% | - |
| HSV(B) | 95.84º | 0.35% | 0.87% | - |
| XYZ | 48.57 | 62.84 | 35.96 | - |
| YUV | 198.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 144 | 0.21 | 0 | 0.35 | 0.13 | 95.84 | 0.53 | 0.72 |
| Hex | AF | DD | 90 | 15 | 0 | 23 | D | 60 | 35 | 48 |
| Octal | 257 | 335 | 220 | 25 | 0 | 43 | 15 | 140 | 65 | 110 |
| Binary | 10101111 | 11011101 | 10010000 | 10101 | 0 | 100011 | 1101 | 1100000 | 110101 | 1001000 |
Color Harmonies of #AFDD90
Complementary color
Monochromatic Colors of #AFDD90
Black with #AFDD90
Text Example
Text Example
White with #AFDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD90; }
p { color: rgb(175,221,144); }
H1.HeaderClassName
{
color: #AFDD90;
}
.AnyTagClassName
{
color: #AFDD90;
}
</style>
background-color css
<style>
a { background-color: #AFDD90; }
a { background-color: rgb(175,221,144); }
div.DivClassName
{
background-color: #AFDD90;
}
.BgClassName
{
background-color: #AFDD90;
}
</style>
border-color css
<style>
span { border-color: #AFDD90; }
span { border-color: rgb(175,221,144); }
td.TdClassName
{
border-color: #AFDD90;
}
.TagClassName
{
border-color: #AFDD90;
}
</style>