Shades of Feijoa #AFDD92
Tints of Feijoa #AFDD92
RGB
CMYK
RGB Variations
Color information
#AFDD92 (or 0xAFDD92) is known color: Feijoa. HEX triplet: AF, DD and 92. RGB value is (175,221,146). Sum of RGB (Red+Green+Blue) = 175+221+146=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD92 is #50226D. Grayscale: #C6C6C6. Windows color (decimal): -5251694 or 9625007. OLE color: 9625007.
HSL color Cylindrical-coordinate representation of color #AFDD92: hue angle of 96.8º degrees, saturation: 0.52, 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 #AFDD92 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 146 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.13 |
| HSL | 96.8º | 0.52% | 0.72% | - |
| HSV(B) | 96.8º | 0.34% | 0.87% | - |
| XYZ | 48.72 | 62.9 | 36.77 | - |
| YUV | 198.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 146 | 0.21 | 0 | 0.34 | 0.13 | 96.8 | 0.52 | 0.72 |
| Hex | AF | DD | 92 | 15 | 0 | 22 | D | 61 | 34 | 48 |
| Octal | 257 | 335 | 222 | 25 | 0 | 42 | 15 | 141 | 64 | 110 |
| Binary | 10101111 | 11011101 | 10010010 | 10101 | 0 | 100010 | 1101 | 1100001 | 110100 | 1001000 |
Color Harmonies of #AFDD92
Complementary color
Monochromatic Colors of #AFDD92
Black with #AFDD92
Text Example
Text Example
White with #AFDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD92; }
p { color: rgb(175,221,146); }
H1.HeaderClassName
{
color: #AFDD92;
}
.AnyTagClassName
{
color: #AFDD92;
}
</style>
background-color css
<style>
a { background-color: #AFDD92; }
a { background-color: rgb(175,221,146); }
div.DivClassName
{
background-color: #AFDD92;
}
.BgClassName
{
background-color: #AFDD92;
}
</style>
border-color css
<style>
span { border-color: #AFDD92; }
span { border-color: rgb(175,221,146); }
td.TdClassName
{
border-color: #AFDD92;
}
.TagClassName
{
border-color: #AFDD92;
}
</style>