Shades of Feijoa #AFDA94
Tints of Feijoa #AFDA94
RGB
CMYK
RGB Variations
Color information
#AFDA94 (or 0xAFDA94) is known color: Feijoa. HEX triplet: AF, DA and 94. RGB value is (175,218,148). Sum of RGB (Red+Green+Blue) = 175+218+148=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA94 is #50256B. Grayscale: #C5C5C5. Windows color (decimal): -5252460 or 9755311. OLE color: 9755311.
HSL color Cylindrical-coordinate representation of color #AFDA94: hue angle of 96.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDA94 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 148 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.15 |
| HSL | 96.86º | 0.49% | 0.72% | - |
| HSV(B) | 96.86º | 0.32% | 0.85% | - |
| XYZ | 48.1 | 61.39 | 37.33 | - |
| YUV | 197.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 148 | 0.20 | 0 | 0.32 | 0.15 | 96.86 | 0.49 | 0.72 |
| Hex | AF | DA | 94 | 14 | 0 | 20 | F | 61 | 31 | 48 |
| Octal | 257 | 332 | 224 | 24 | 0 | 40 | 17 | 141 | 61 | 110 |
| Binary | 10101111 | 11011010 | 10010100 | 10100 | 0 | 100000 | 1111 | 1100001 | 110001 | 1001000 |
Color Harmonies of #AFDA94
Complementary color
Monochromatic Colors of #AFDA94
Black with #AFDA94
Text Example
Text Example
White with #AFDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA94; }
p { color: rgb(175,218,148); }
H1.HeaderClassName
{
color: #AFDA94;
}
.AnyTagClassName
{
color: #AFDA94;
}
</style>
background-color css
<style>
a { background-color: #AFDA94; }
a { background-color: rgb(175,218,148); }
div.DivClassName
{
background-color: #AFDA94;
}
.BgClassName
{
background-color: #AFDA94;
}
</style>
border-color css
<style>
span { border-color: #AFDA94; }
span { border-color: rgb(175,218,148); }
td.TdClassName
{
border-color: #AFDA94;
}
.TagClassName
{
border-color: #AFDA94;
}
</style>