Html Css Color HEX #A5E296 Granny Smith Apple
📋 copy color: '#A5E296'red 165 ◦ green 226 ◦ blue 150
Shades of Granny Smith Apple #A5E296
Tints of Granny Smith Apple #A5E296
RGB
CMYK
RGB Variations
Color information
#A5E296 (or 0xA5E296) is known color: Granny Smith Apple. HEX triplet: A5, E2 and 96. RGB value is (165,226,150). Sum of RGB (Red+Green+Blue) = 165+226+150=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E296 is #5A1D69. Grayscale: #C7C7C7. Windows color (decimal): -5905770 or 9888421. OLE color: 9888421.
HSL color Cylindrical-coordinate representation of color #A5E296: hue angle of 108.16º 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 #A5E296 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 150 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.11 |
| HSL | 108.16º | 0.57% | 0.74% | - |
| HSV(B) | 108.16º | 0.34% | 0.89% | - |
| XYZ | 48.22 | 64.59 | 38.78 | - |
| YUV | 199.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 150 | 0.27 | 0 | 0.34 | 0.11 | 108.16 | 0.57 | 0.74 |
| Hex | A5 | E2 | 96 | 1B | 0 | 22 | B | 6C | 39 | 4A |
| Octal | 245 | 342 | 226 | 33 | 0 | 42 | 13 | 154 | 71 | 112 |
| Binary | 10100101 | 11100010 | 10010110 | 11011 | 0 | 100010 | 1011 | 1101100 | 111001 | 1001010 |
Color Harmonies of #A5E296
Complementary color
Monochromatic Colors of #A5E296
Black with #A5E296
Text Example
Text Example
White with #A5E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E296; }
p { color: rgb(165,226,150); }
H1.HeaderClassName
{
color: #A5E296;
}
.AnyTagClassName
{
color: #A5E296;
}
</style>
background-color css
<style>
a { background-color: #A5E296; }
a { background-color: rgb(165,226,150); }
div.DivClassName
{
background-color: #A5E296;
}
.BgClassName
{
background-color: #A5E296;
}
</style>
border-color css
<style>
span { border-color: #A5E296; }
span { border-color: rgb(165,226,150); }
td.TdClassName
{
border-color: #A5E296;
}
.TagClassName
{
border-color: #A5E296;
}
</style>