Html Css Color HEX #A5E195 Granny Smith Apple
📋 copy color: '#A5E195'red 165 ◦ green 225 ◦ blue 149
Shades of Granny Smith Apple #A5E195
Tints of Granny Smith Apple #A5E195
RGB
CMYK
RGB Variations
Color information
#A5E195 (or 0xA5E195) is known color: Granny Smith Apple. HEX triplet: A5, E1 and 95. RGB value is (165,225,149). Sum of RGB (Red+Green+Blue) = 165+225+149=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E195 is #5A1E6A. Grayscale: #C6C6C6. Windows color (decimal): -5906027 or 9822629. OLE color: 9822629.
HSL color Cylindrical-coordinate representation of color #A5E195: hue angle of 107.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E195 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 149 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.12 |
| HSL | 107.37º | 0.56% | 0.73% | - |
| HSV(B) | 107.37º | 0.34% | 0.88% | - |
| XYZ | 47.87 | 64.02 | 38.27 | - |
| YUV | 198.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 149 | 0.27 | 0 | 0.34 | 0.12 | 107.37 | 0.56 | 0.73 |
| Hex | A5 | E1 | 95 | 1B | 0 | 22 | C | 6B | 38 | 49 |
| Octal | 245 | 341 | 225 | 33 | 0 | 42 | 14 | 153 | 70 | 111 |
| Binary | 10100101 | 11100001 | 10010101 | 11011 | 0 | 100010 | 1100 | 1101011 | 111000 | 1001001 |
Color Harmonies of #A5E195
Complementary color
Monochromatic Colors of #A5E195
Black with #A5E195
Text Example
Text Example
White with #A5E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E195; }
p { color: rgb(165,225,149); }
H1.HeaderClassName
{
color: #A5E195;
}
.AnyTagClassName
{
color: #A5E195;
}
</style>
background-color css
<style>
a { background-color: #A5E195; }
a { background-color: rgb(165,225,149); }
div.DivClassName
{
background-color: #A5E195;
}
.BgClassName
{
background-color: #A5E195;
}
</style>
border-color css
<style>
span { border-color: #A5E195; }
span { border-color: rgb(165,225,149); }
td.TdClassName
{
border-color: #A5E195;
}
.TagClassName
{
border-color: #A5E195;
}
</style>