Shades of Feijoa #A5F36D
Tints of Feijoa #A5F36D
RGB
CMYK
RGB Variations
Color information
#A5F36D (or 0xA5F36D) is known color: Feijoa. HEX triplet: A5, F3 and 6D. RGB value is (165,243,109). Sum of RGB (Red+Green+Blue) = 165+243+109=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F36D is #5A0C92. Grayscale: #CCCCCC. Windows color (decimal): -5901459 or 7205797. OLE color: 7205797.
HSL color Cylindrical-coordinate representation of color #A5F36D: hue angle of 94.93º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5F36D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 109 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.05 |
| HSL | 94.93º | 0.85% | 0.69% | - |
| HSV(B) | 94.93º | 0.55% | 0.95% | - |
| XYZ | 50.33 | 73.2 | 25.95 | - |
| YUV | 204.4 | 74.16 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 109 | 0.32 | 0 | 0.55 | 0.05 | 94.93 | 0.85 | 0.69 |
| Hex | A5 | F3 | 6D | 20 | 0 | 37 | 5 | 5F | 55 | 45 |
| Octal | 245 | 363 | 155 | 40 | 0 | 67 | 5 | 137 | 125 | 105 |
| Binary | 10100101 | 11110011 | 1101101 | 100000 | 0 | 110111 | 101 | 1011111 | 1010101 | 1000101 |
Color Harmonies of #A5F36D
Complementary color
Monochromatic Colors of #A5F36D
Black with #A5F36D
Text Example
Text Example
White with #A5F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F36D; }
p { color: rgb(165,243,109); }
H1.HeaderClassName
{
color: #A5F36D;
}
.AnyTagClassName
{
color: #A5F36D;
}
</style>
background-color css
<style>
a { background-color: #A5F36D; }
a { background-color: rgb(165,243,109); }
div.DivClassName
{
background-color: #A5F36D;
}
.BgClassName
{
background-color: #A5F36D;
}
</style>
border-color css
<style>
span { border-color: #A5F36D; }
span { border-color: rgb(165,243,109); }
td.TdClassName
{
border-color: #A5F36D;
}
.TagClassName
{
border-color: #A5F36D;
}
</style>