Shades of Feijoa #AFE28A
Tints of Feijoa #AFE28A
RGB
CMYK
RGB Variations
Color information
#AFE28A (or 0xAFE28A) is known color: Feijoa. HEX triplet: AF, E2 and 8A. RGB value is (175,226,138). Sum of RGB (Red+Green+Blue) = 175+226+138=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE28A is #501D75. Grayscale: #C9C9C9. Windows color (decimal): -5250422 or 9101999. OLE color: 9101999.
HSL color Cylindrical-coordinate representation of color #AFE28A: hue angle of 94.77º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE28A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 138 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 94.77º | 0.6% | 0.71% | - |
| HSV(B) | 94.77º | 0.39% | 0.89% | - |
| XYZ | 49.46 | 65.34 | 34.05 | - |
| YUV | 200.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 138 | 0.23 | 0 | 0.39 | 0.11 | 94.77 | 0.6 | 0.71 |
| Hex | AF | E2 | 8A | 17 | 0 | 27 | B | 5F | 3C | 47 |
| Octal | 257 | 342 | 212 | 27 | 0 | 47 | 13 | 137 | 74 | 107 |
| Binary | 10101111 | 11100010 | 10001010 | 10111 | 0 | 100111 | 1011 | 1011111 | 111100 | 1000111 |
Color Harmonies of #AFE28A
Complementary color
Monochromatic Colors of #AFE28A
Black with #AFE28A
Text Example
Text Example
White with #AFE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE28A; }
p { color: rgb(175,226,138); }
H1.HeaderClassName
{
color: #AFE28A;
}
.AnyTagClassName
{
color: #AFE28A;
}
</style>
background-color css
<style>
a { background-color: #AFE28A; }
a { background-color: rgb(175,226,138); }
div.DivClassName
{
background-color: #AFE28A;
}
.BgClassName
{
background-color: #AFE28A;
}
</style>
border-color css
<style>
span { border-color: #AFE28A; }
span { border-color: rgb(175,226,138); }
td.TdClassName
{
border-color: #AFE28A;
}
.TagClassName
{
border-color: #AFE28A;
}
</style>