Shades of Feijoa #AFEE8B
Tints of Feijoa #AFEE8B
RGB
CMYK
RGB Variations
Color information
#AFEE8B (or 0xAFEE8B) is known color: Feijoa. HEX triplet: AF, EE and 8B. RGB value is (175,238,139). Sum of RGB (Red+Green+Blue) = 175+238+139=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE8B is #501174. Grayscale: #D0D0D0. Windows color (decimal): -5247349 or 9170607. OLE color: 9170607.
HSL color Cylindrical-coordinate representation of color #AFEE8B: hue angle of 98.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFEE8B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 139 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.07 |
| HSL | 98.18º | 0.74% | 0.74% | - |
| HSV(B) | 98.18º | 0.42% | 0.93% | - |
| XYZ | 52.91 | 72.13 | 35.56 | - |
| YUV | 207.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 139 | 0.26 | 0 | 0.42 | 0.07 | 98.18 | 0.74 | 0.74 |
| Hex | AF | EE | 8B | 1A | 0 | 2A | 7 | 62 | 4A | 4A |
| Octal | 257 | 356 | 213 | 32 | 0 | 52 | 7 | 142 | 112 | 112 |
| Binary | 10101111 | 11101110 | 10001011 | 11010 | 0 | 101010 | 111 | 1100010 | 1001010 | 1001010 |
Color Harmonies of #AFEE8B
Complementary color
Monochromatic Colors of #AFEE8B
Black with #AFEE8B
Text Example
Text Example
White with #AFEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE8B; }
p { color: rgb(175,238,139); }
H1.HeaderClassName
{
color: #AFEE8B;
}
.AnyTagClassName
{
color: #AFEE8B;
}
</style>
background-color css
<style>
a { background-color: #AFEE8B; }
a { background-color: rgb(175,238,139); }
div.DivClassName
{
background-color: #AFEE8B;
}
.BgClassName
{
background-color: #AFEE8B;
}
</style>
border-color css
<style>
span { border-color: #AFEE8B; }
span { border-color: rgb(175,238,139); }
td.TdClassName
{
border-color: #AFEE8B;
}
.TagClassName
{
border-color: #AFEE8B;
}
</style>