Shades of Feijoa #A5F185
Tints of Feijoa #A5F185
RGB
CMYK
RGB Variations
Color information
#A5F185 (or 0xA5F185) is known color: Feijoa. HEX triplet: A5, F1 and 85. RGB value is (165,241,133). Sum of RGB (Red+Green+Blue) = 165+241+133=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F185 is #5A0E7A. Grayscale: #CECECE. Windows color (decimal): -5901947 or 8778149. OLE color: 8778149.
HSL color Cylindrical-coordinate representation of color #A5F185: hue angle of 102.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F185 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 133 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.05 |
| HSL | 102.22º | 0.79% | 0.73% | - |
| HSV(B) | 102.22º | 0.45% | 0.95% | - |
| XYZ | 51.21 | 72.6 | 33.51 | - |
| YUV | 205.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 133 | 0.32 | 0 | 0.45 | 0.05 | 102.22 | 0.79 | 0.73 |
| Hex | A5 | F1 | 85 | 20 | 0 | 2D | 5 | 66 | 4F | 49 |
| Octal | 245 | 361 | 205 | 40 | 0 | 55 | 5 | 146 | 117 | 111 |
| Binary | 10100101 | 11110001 | 10000101 | 100000 | 0 | 101101 | 101 | 1100110 | 1001111 | 1001001 |
Color Harmonies of #A5F185
Complementary color
Monochromatic Colors of #A5F185
Black with #A5F185
Text Example
Text Example
White with #A5F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F185; }
p { color: rgb(165,241,133); }
H1.HeaderClassName
{
color: #A5F185;
}
.AnyTagClassName
{
color: #A5F185;
}
</style>
background-color css
<style>
a { background-color: #A5F185; }
a { background-color: rgb(165,241,133); }
div.DivClassName
{
background-color: #A5F185;
}
.BgClassName
{
background-color: #A5F185;
}
</style>
border-color css
<style>
span { border-color: #A5F185; }
span { border-color: rgb(165,241,133); }
td.TdClassName
{
border-color: #A5F185;
}
.TagClassName
{
border-color: #A5F185;
}
</style>