Shades of Feijoa #AFE682
Tints of Feijoa #AFE682
RGB
CMYK
RGB Variations
Color information
#AFE682 (or 0xAFE682) is known color: Feijoa. HEX triplet: AF, E6 and 82. RGB value is (175,230,130). Sum of RGB (Red+Green+Blue) = 175+230+130=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE682 is #50197D. Grayscale: #CACACA. Windows color (decimal): -5249406 or 8578735. OLE color: 8578735.
HSL color Cylindrical-coordinate representation of color #AFE682: hue angle of 93º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE682 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 130 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.10 |
| HSL | 93º | 0.67% | 0.71% | - |
| HSV(B) | 93º | 0.43% | 0.9% | - |
| XYZ | 50.01 | 67.32 | 31.48 | - |
| YUV | 202.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 130 | 0.24 | 0 | 0.43 | 0.10 | 93 | 0.67 | 0.71 |
| Hex | AF | E6 | 82 | 18 | 0 | 2B | A | 5D | 43 | 47 |
| Octal | 257 | 346 | 202 | 30 | 0 | 53 | 12 | 135 | 103 | 107 |
| Binary | 10101111 | 11100110 | 10000010 | 11000 | 0 | 101011 | 1010 | 1011101 | 1000011 | 1000111 |
Color Harmonies of #AFE682
Complementary color
Monochromatic Colors of #AFE682
Black with #AFE682
Text Example
Text Example
White with #AFE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE682; }
p { color: rgb(175,230,130); }
H1.HeaderClassName
{
color: #AFE682;
}
.AnyTagClassName
{
color: #AFE682;
}
</style>
background-color css
<style>
a { background-color: #AFE682; }
a { background-color: rgb(175,230,130); }
div.DivClassName
{
background-color: #AFE682;
}
.BgClassName
{
background-color: #AFE682;
}
</style>
border-color css
<style>
span { border-color: #AFE682; }
span { border-color: rgb(175,230,130); }
td.TdClassName
{
border-color: #AFE682;
}
.TagClassName
{
border-color: #AFE682;
}
</style>