Shades of Feijoa #A5F97D
Tints of Feijoa #A5F97D
RGB
CMYK
RGB Variations
Color information
#A5F97D (or 0xA5F97D) is known color: Feijoa. HEX triplet: A5, F9 and 7D. RGB value is (165,249,125). Sum of RGB (Red+Green+Blue) = 165+249+125=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F97D is #5A0682. Grayscale: #D2D2D2. Windows color (decimal): -5899907 or 8255909. OLE color: 8255909.
HSL color Cylindrical-coordinate representation of color #A5F97D: hue angle of 100.65º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F97D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 125 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.02 |
| HSL | 100.65º | 0.91% | 0.73% | - |
| HSV(B) | 100.65º | 0.5% | 0.98% | - |
| XYZ | 53.09 | 77.23 | 31.51 | - |
| YUV | 209.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 125 | 0.34 | 0 | 0.50 | 0.02 | 100.65 | 0.91 | 0.73 |
| Hex | A5 | F9 | 7D | 22 | 0 | 32 | 2 | 65 | 5B | 49 |
| Octal | 245 | 371 | 175 | 42 | 0 | 62 | 2 | 145 | 133 | 111 |
| Binary | 10100101 | 11111001 | 1111101 | 100010 | 0 | 110010 | 10 | 1100101 | 1011011 | 1001001 |
Color Harmonies of #A5F97D
Complementary color
Monochromatic Colors of #A5F97D
Black with #A5F97D
Text Example
Text Example
White with #A5F97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F97D; }
p { color: rgb(165,249,125); }
H1.HeaderClassName
{
color: #A5F97D;
}
.AnyTagClassName
{
color: #A5F97D;
}
</style>
background-color css
<style>
a { background-color: #A5F97D; }
a { background-color: rgb(165,249,125); }
div.DivClassName
{
background-color: #A5F97D;
}
.BgClassName
{
background-color: #A5F97D;
}
</style>
border-color css
<style>
span { border-color: #A5F97D; }
span { border-color: rgb(165,249,125); }
td.TdClassName
{
border-color: #A5F97D;
}
.TagClassName
{
border-color: #A5F97D;
}
</style>