Html Css Color HEX #A5F195 Granny Smith Apple
📋 copy color: '#A5F195'red 165 ◦ green 241 ◦ blue 149
Shades of Granny Smith Apple #A5F195
Tints of Granny Smith Apple #A5F195
RGB
CMYK
RGB Variations
Color information
#A5F195 (or 0xA5F195) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 95. RGB value is (165,241,149). Sum of RGB (Red+Green+Blue) = 165+241+149=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F195 is #5A0E6A. Grayscale: #D0D0D0. Windows color (decimal): -5901931 or 9826725. OLE color: 9826725.
HSL color Cylindrical-coordinate representation of color #A5F195: hue angle of 109.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5F195 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 149 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.05 |
| HSL | 109.57º | 0.77% | 0.76% | - |
| HSV(B) | 109.57º | 0.38% | 0.95% | - |
| XYZ | 52.4 | 73.08 | 39.78 | - |
| YUV | 207.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 149 | 0.32 | 0 | 0.38 | 0.05 | 109.57 | 0.77 | 0.76 |
| Hex | A5 | F1 | 95 | 20 | 0 | 26 | 5 | 6E | 4D | 4C |
| Octal | 245 | 361 | 225 | 40 | 0 | 46 | 5 | 156 | 115 | 114 |
| Binary | 10100101 | 11110001 | 10010101 | 100000 | 0 | 100110 | 101 | 1101110 | 1001101 | 1001100 |
Color Harmonies of #A5F195
Complementary color
Monochromatic Colors of #A5F195
Black with #A5F195
Text Example
Text Example
White with #A5F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F195; }
p { color: rgb(165,241,149); }
H1.HeaderClassName
{
color: #A5F195;
}
.AnyTagClassName
{
color: #A5F195;
}
</style>
background-color css
<style>
a { background-color: #A5F195; }
a { background-color: rgb(165,241,149); }
div.DivClassName
{
background-color: #A5F195;
}
.BgClassName
{
background-color: #A5F195;
}
</style>
border-color css
<style>
span { border-color: #A5F195; }
span { border-color: rgb(165,241,149); }
td.TdClassName
{
border-color: #A5F195;
}
.TagClassName
{
border-color: #A5F195;
}
</style>