Shades of Feijoa #AFE78D
Tints of Feijoa #AFE78D
RGB
CMYK
RGB Variations
Color information
#AFE78D (or 0xAFE78D) is known color: Feijoa. HEX triplet: AF, E7 and 8D. RGB value is (175,231,141). Sum of RGB (Red+Green+Blue) = 175+231+141=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE78D is #501872. Grayscale: #CCCCCC. Windows color (decimal): -5249139 or 9299887. OLE color: 9299887.
HSL color Cylindrical-coordinate representation of color #AFE78D: hue angle of 97.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE78D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 141 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.09 |
| HSL | 97.33º | 0.65% | 0.73% | - |
| HSV(B) | 97.33º | 0.39% | 0.91% | - |
| XYZ | 51.06 | 68.19 | 35.67 | - |
| YUV | 204 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 141 | 0.24 | 0 | 0.39 | 0.09 | 97.33 | 0.65 | 0.73 |
| Hex | AF | E7 | 8D | 18 | 0 | 27 | 9 | 61 | 41 | 49 |
| Octal | 257 | 347 | 215 | 30 | 0 | 47 | 11 | 141 | 101 | 111 |
| Binary | 10101111 | 11100111 | 10001101 | 11000 | 0 | 100111 | 1001 | 1100001 | 1000001 | 1001001 |
Color Harmonies of #AFE78D
Complementary color
Monochromatic Colors of #AFE78D
Black with #AFE78D
Text Example
Text Example
White with #AFE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE78D; }
p { color: rgb(175,231,141); }
H1.HeaderClassName
{
color: #AFE78D;
}
.AnyTagClassName
{
color: #AFE78D;
}
</style>
background-color css
<style>
a { background-color: #AFE78D; }
a { background-color: rgb(175,231,141); }
div.DivClassName
{
background-color: #AFE78D;
}
.BgClassName
{
background-color: #AFE78D;
}
</style>
border-color css
<style>
span { border-color: #AFE78D; }
span { border-color: rgb(175,231,141); }
td.TdClassName
{
border-color: #AFE78D;
}
.TagClassName
{
border-color: #AFE78D;
}
</style>