Shades of Feijoa #AFE672
Tints of Feijoa #AFE672
RGB
CMYK
RGB Variations
Color information
#AFE672 (or 0xAFE672) is known color: Feijoa. HEX triplet: AF, E6 and 72. RGB value is (175,230,114). Sum of RGB (Red+Green+Blue) = 175+230+114=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE672 is #50198D. Grayscale: #C8C8C8. Windows color (decimal): -5249422 or 7530159. OLE color: 7530159.
HSL color Cylindrical-coordinate representation of color #AFE672: hue angle of 88.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE672 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 114 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.10 |
| HSL | 88.45º | 0.7% | 0.67% | - |
| HSV(B) | 88.45º | 0.5% | 0.9% | - |
| XYZ | 49.01 | 66.92 | 26.25 | - |
| YUV | 200.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 114 | 0.24 | 0 | 0.50 | 0.10 | 88.45 | 0.7 | 0.67 |
| Hex | AF | E6 | 72 | 18 | 0 | 32 | A | 58 | 46 | 43 |
| Octal | 257 | 346 | 162 | 30 | 0 | 62 | 12 | 130 | 106 | 103 |
| Binary | 10101111 | 11100110 | 1110010 | 11000 | 0 | 110010 | 1010 | 1011000 | 1000110 | 1000011 |
Color Harmonies of #AFE672
Complementary color
Monochromatic Colors of #AFE672
Black with #AFE672
Text Example
Text Example
White with #AFE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE672; }
p { color: rgb(175,230,114); }
H1.HeaderClassName
{
color: #AFE672;
}
.AnyTagClassName
{
color: #AFE672;
}
</style>
background-color css
<style>
a { background-color: #AFE672; }
a { background-color: rgb(175,230,114); }
div.DivClassName
{
background-color: #AFE672;
}
.BgClassName
{
background-color: #AFE672;
}
</style>
border-color css
<style>
span { border-color: #AFE672; }
span { border-color: rgb(175,230,114); }
td.TdClassName
{
border-color: #AFE672;
}
.TagClassName
{
border-color: #AFE672;
}
</style>