Html Css Color HEX #A5E295 Granny Smith Apple
📋 copy color: '#A5E295'red 165 ◦ green 226 ◦ blue 149
Shades of Granny Smith Apple #A5E295
Tints of Granny Smith Apple #A5E295
RGB
CMYK
RGB Variations
Color information
#A5E295 (or 0xA5E295) is known color: Granny Smith Apple. HEX triplet: A5, E2 and 95. RGB value is (165,226,149). Sum of RGB (Red+Green+Blue) = 165+226+149=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E295 is #5A1D6A. Grayscale: #C7C7C7. Windows color (decimal): -5905771 or 9822885. OLE color: 9822885.
HSL color Cylindrical-coordinate representation of color #A5E295: hue angle of 107.53º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E295 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 149 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.11 |
| HSL | 107.53º | 0.57% | 0.74% | - |
| HSV(B) | 107.53º | 0.34% | 0.89% | - |
| XYZ | 48.14 | 64.56 | 38.36 | - |
| YUV | 198.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 149 | 0.27 | 0 | 0.34 | 0.11 | 107.53 | 0.57 | 0.74 |
| Hex | A5 | E2 | 95 | 1B | 0 | 22 | B | 6C | 39 | 4A |
| Octal | 245 | 342 | 225 | 33 | 0 | 42 | 13 | 154 | 71 | 112 |
| Binary | 10100101 | 11100010 | 10010101 | 11011 | 0 | 100010 | 1011 | 1101100 | 111001 | 1001010 |
Color Harmonies of #A5E295
Complementary color
Monochromatic Colors of #A5E295
Black with #A5E295
Text Example
Text Example
White with #A5E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E295; }
p { color: rgb(165,226,149); }
H1.HeaderClassName
{
color: #A5E295;
}
.AnyTagClassName
{
color: #A5E295;
}
</style>
background-color css
<style>
a { background-color: #A5E295; }
a { background-color: rgb(165,226,149); }
div.DivClassName
{
background-color: #A5E295;
}
.BgClassName
{
background-color: #A5E295;
}
</style>
border-color css
<style>
span { border-color: #A5E295; }
span { border-color: rgb(165,226,149); }
td.TdClassName
{
border-color: #A5E295;
}
.TagClassName
{
border-color: #A5E295;
}
</style>