Shades of Feijoa #AFE272
Tints of Feijoa #AFE272
RGB
CMYK
RGB Variations
Color information
#AFE272 (or 0xAFE272) is known color: Feijoa. HEX triplet: AF, E2 and 72. RGB value is (175,226,114). Sum of RGB (Red+Green+Blue) = 175+226+114=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE272 is #501D8D. Grayscale: #C6C6C6. Windows color (decimal): -5250446 or 7529135. OLE color: 7529135.
HSL color Cylindrical-coordinate representation of color #AFE272: hue angle of 87.32º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE272 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 114 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.11 |
| HSL | 87.32º | 0.66% | 0.67% | - |
| HSV(B) | 87.32º | 0.5% | 0.89% | - |
| XYZ | 47.91 | 64.72 | 25.89 | - |
| YUV | 197.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 114 | 0.23 | 0 | 0.50 | 0.11 | 87.32 | 0.66 | 0.67 |
| Hex | AF | E2 | 72 | 17 | 0 | 32 | B | 57 | 42 | 43 |
| Octal | 257 | 342 | 162 | 27 | 0 | 62 | 13 | 127 | 102 | 103 |
| Binary | 10101111 | 11100010 | 1110010 | 10111 | 0 | 110010 | 1011 | 1010111 | 1000010 | 1000011 |
Color Harmonies of #AFE272
Complementary color
Monochromatic Colors of #AFE272
Black with #AFE272
Text Example
Text Example
White with #AFE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE272; }
p { color: rgb(175,226,114); }
H1.HeaderClassName
{
color: #AFE272;
}
.AnyTagClassName
{
color: #AFE272;
}
</style>
background-color css
<style>
a { background-color: #AFE272; }
a { background-color: rgb(175,226,114); }
div.DivClassName
{
background-color: #AFE272;
}
.BgClassName
{
background-color: #AFE272;
}
</style>
border-color css
<style>
span { border-color: #AFE272; }
span { border-color: rgb(175,226,114); }
td.TdClassName
{
border-color: #AFE272;
}
.TagClassName
{
border-color: #AFE272;
}
</style>