Shades of Feijoa #AFDC94
Tints of Feijoa #AFDC94
RGB
CMYK
RGB Variations
Color information
#AFDC94 (or 0xAFDC94) is known color: Feijoa. HEX triplet: AF, DC and 94. RGB value is (175,220,148). Sum of RGB (Red+Green+Blue) = 175+220+148=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC94 is #50236B. Grayscale: #C6C6C6. Windows color (decimal): -5251948 or 9755823. OLE color: 9755823.
HSL color Cylindrical-coordinate representation of color #AFDC94: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFDC94 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 148 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.14 |
| HSL | 97.5º | 0.51% | 0.72% | - |
| HSV(B) | 97.5º | 0.33% | 0.86% | - |
| XYZ | 48.62 | 62.44 | 37.51 | - |
| YUV | 198.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 148 | 0.20 | 0 | 0.33 | 0.14 | 97.5 | 0.51 | 0.72 |
| Hex | AF | DC | 94 | 14 | 0 | 21 | E | 62 | 33 | 48 |
| Octal | 257 | 334 | 224 | 24 | 0 | 41 | 16 | 142 | 63 | 110 |
| Binary | 10101111 | 11011100 | 10010100 | 10100 | 0 | 100001 | 1110 | 1100010 | 110011 | 1001000 |
Color Harmonies of #AFDC94
Complementary color
Monochromatic Colors of #AFDC94
Black with #AFDC94
Text Example
Text Example
White with #AFDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC94; }
p { color: rgb(175,220,148); }
H1.HeaderClassName
{
color: #AFDC94;
}
.AnyTagClassName
{
color: #AFDC94;
}
</style>
background-color css
<style>
a { background-color: #AFDC94; }
a { background-color: rgb(175,220,148); }
div.DivClassName
{
background-color: #AFDC94;
}
.BgClassName
{
background-color: #AFDC94;
}
</style>
border-color css
<style>
span { border-color: #AFDC94; }
span { border-color: rgb(175,220,148); }
td.TdClassName
{
border-color: #AFDC94;
}
.TagClassName
{
border-color: #AFDC94;
}
</style>