Shades of Feijoa #AFE280
Tints of Feijoa #AFE280
RGB
CMYK
RGB Variations
Color information
#AFE280 (or 0xAFE280) is known color: Feijoa. HEX triplet: AF, E2 and 80. RGB value is (175,226,128). Sum of RGB (Red+Green+Blue) = 175+226+128=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE280 is #501D7F. Grayscale: #C7C7C7. Windows color (decimal): -5250432 or 8446639. OLE color: 8446639.
HSL color Cylindrical-coordinate representation of color #AFE280: hue angle of 91.22º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE280 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 128 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.11 |
| HSL | 91.22º | 0.63% | 0.69% | - |
| HSV(B) | 91.22º | 0.43% | 0.89% | - |
| XYZ | 48.77 | 65.07 | 30.41 | - |
| YUV | 199.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 128 | 0.23 | 0 | 0.43 | 0.11 | 91.22 | 0.63 | 0.69 |
| Hex | AF | E2 | 80 | 17 | 0 | 2B | B | 5B | 3F | 45 |
| Octal | 257 | 342 | 200 | 27 | 0 | 53 | 13 | 133 | 77 | 105 |
| Binary | 10101111 | 11100010 | 10000000 | 10111 | 0 | 101011 | 1011 | 1011011 | 111111 | 1000101 |
Color Harmonies of #AFE280
Complementary color
Monochromatic Colors of #AFE280
Black with #AFE280
Text Example
Text Example
White with #AFE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE280; }
p { color: rgb(175,226,128); }
H1.HeaderClassName
{
color: #AFE280;
}
.AnyTagClassName
{
color: #AFE280;
}
</style>
background-color css
<style>
a { background-color: #AFE280; }
a { background-color: rgb(175,226,128); }
div.DivClassName
{
background-color: #AFE280;
}
.BgClassName
{
background-color: #AFE280;
}
</style>
border-color css
<style>
span { border-color: #AFE280; }
span { border-color: rgb(175,226,128); }
td.TdClassName
{
border-color: #AFE280;
}
.TagClassName
{
border-color: #AFE280;
}
</style>