Shades of Feijoa #AFDC7F
Tints of Feijoa #AFDC7F
RGB
CMYK
RGB Variations
Color information
#AFDC7F (or 0xAFDC7F) is known color: Feijoa. HEX triplet: AF, DC and 7F. RGB value is (175,220,127). Sum of RGB (Red+Green+Blue) = 175+220+127=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC7F is #502380. Grayscale: #C4C4C4. Windows color (decimal): -5251969 or 8379567. OLE color: 8379567.
HSL color Cylindrical-coordinate representation of color #AFDC7F: hue angle of 89.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFDC7F is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 127 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.14 |
| HSL | 89.03º | 0.57% | 0.68% | - |
| HSV(B) | 89.03º | 0.42% | 0.86% | - |
| XYZ | 47.1 | 61.83 | 29.53 | - |
| YUV | 195.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 127 | 0.20 | 0 | 0.42 | 0.14 | 89.03 | 0.57 | 0.68 |
| Hex | AF | DC | 7F | 14 | 0 | 2A | E | 59 | 39 | 44 |
| Octal | 257 | 334 | 177 | 24 | 0 | 52 | 16 | 131 | 71 | 104 |
| Binary | 10101111 | 11011100 | 1111111 | 10100 | 0 | 101010 | 1110 | 1011001 | 111001 | 1000100 |
Color Harmonies of #AFDC7F
Complementary color
Monochromatic Colors of #AFDC7F
Black with #AFDC7F
Text Example
Text Example
White with #AFDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC7F; }
p { color: rgb(175,220,127); }
H1.HeaderClassName
{
color: #AFDC7F;
}
.AnyTagClassName
{
color: #AFDC7F;
}
</style>
background-color css
<style>
a { background-color: #AFDC7F; }
a { background-color: rgb(175,220,127); }
div.DivClassName
{
background-color: #AFDC7F;
}
.BgClassName
{
background-color: #AFDC7F;
}
</style>
border-color css
<style>
span { border-color: #AFDC7F; }
span { border-color: rgb(175,220,127); }
td.TdClassName
{
border-color: #AFDC7F;
}
.TagClassName
{
border-color: #AFDC7F;
}
</style>