Shades of Feijoa #A5F682
Tints of Feijoa #A5F682
RGB
CMYK
RGB Variations
Color information
#A5F682 (or 0xA5F682) is known color: Feijoa. HEX triplet: A5, F6 and 82. RGB value is (165,246,130). Sum of RGB (Red+Green+Blue) = 165+246+130=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F682 is #5A097D. Grayscale: #D0D0D0. Windows color (decimal): -5900670 or 8582821. OLE color: 8582821.
HSL color Cylindrical-coordinate representation of color #A5F682: hue angle of 101.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5F682 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 130 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.04 |
| HSL | 101.9º | 0.87% | 0.74% | - |
| HSV(B) | 101.9º | 0.47% | 0.96% | - |
| XYZ | 52.5 | 75.52 | 32.93 | - |
| YUV | 208.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 130 | 0.33 | 0 | 0.47 | 0.04 | 101.9 | 0.87 | 0.74 |
| Hex | A5 | F6 | 82 | 21 | 0 | 2F | 4 | 66 | 57 | 4A |
| Octal | 245 | 366 | 202 | 41 | 0 | 57 | 4 | 146 | 127 | 112 |
| Binary | 10100101 | 11110110 | 10000010 | 100001 | 0 | 101111 | 100 | 1100110 | 1010111 | 1001010 |
Color Harmonies of #A5F682
Complementary color
Monochromatic Colors of #A5F682
Black with #A5F682
Text Example
Text Example
White with #A5F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F682; }
p { color: rgb(165,246,130); }
H1.HeaderClassName
{
color: #A5F682;
}
.AnyTagClassName
{
color: #A5F682;
}
</style>
background-color css
<style>
a { background-color: #A5F682; }
a { background-color: rgb(165,246,130); }
div.DivClassName
{
background-color: #A5F682;
}
.BgClassName
{
background-color: #A5F682;
}
</style>
border-color css
<style>
span { border-color: #A5F682; }
span { border-color: rgb(165,246,130); }
td.TdClassName
{
border-color: #A5F682;
}
.TagClassName
{
border-color: #A5F682;
}
</style>