Shades of Feijoa #AFDB94
Tints of Feijoa #AFDB94
RGB
CMYK
RGB Variations
Color information
#AFDB94 (or 0xAFDB94) is known color: Feijoa. HEX triplet: AF, DB and 94. RGB value is (175,219,148). Sum of RGB (Red+Green+Blue) = 175+219+148=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB94 is #50246B. Grayscale: #C5C5C5. Windows color (decimal): -5252204 or 9755567. OLE color: 9755567.
HSL color Cylindrical-coordinate representation of color #AFDB94: hue angle of 97.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDB94 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 148 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.14 |
| HSL | 97.18º | 0.5% | 0.72% | - |
| HSV(B) | 97.18º | 0.32% | 0.86% | - |
| XYZ | 48.36 | 61.92 | 37.42 | - |
| YUV | 197.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 148 | 0.20 | 0 | 0.32 | 0.14 | 97.18 | 0.5 | 0.72 |
| Hex | AF | DB | 94 | 14 | 0 | 20 | E | 61 | 32 | 48 |
| Octal | 257 | 333 | 224 | 24 | 0 | 40 | 16 | 141 | 62 | 110 |
| Binary | 10101111 | 11011011 | 10010100 | 10100 | 0 | 100000 | 1110 | 1100001 | 110010 | 1001000 |
Color Harmonies of #AFDB94
Complementary color
Monochromatic Colors of #AFDB94
Black with #AFDB94
Text Example
Text Example
White with #AFDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB94; }
p { color: rgb(175,219,148); }
H1.HeaderClassName
{
color: #AFDB94;
}
.AnyTagClassName
{
color: #AFDB94;
}
</style>
background-color css
<style>
a { background-color: #AFDB94; }
a { background-color: rgb(175,219,148); }
div.DivClassName
{
background-color: #AFDB94;
}
.BgClassName
{
background-color: #AFDB94;
}
</style>
border-color css
<style>
span { border-color: #AFDB94; }
span { border-color: rgb(175,219,148); }
td.TdClassName
{
border-color: #AFDB94;
}
.TagClassName
{
border-color: #AFDB94;
}
</style>