Html Css Color HEX #A5EA9B Granny Smith Apple
📋 copy color: '#A5EA9B'red 165 ◦ green 234 ◦ blue 155
Shades of Granny Smith Apple #A5EA9B
Tints of Granny Smith Apple #A5EA9B
RGB
CMYK
RGB Variations
Color information
#A5EA9B (or 0xA5EA9B) is known color: Granny Smith Apple. HEX triplet: A5, EA and 9B. RGB value is (165,234,155). Sum of RGB (Red+Green+Blue) = 165+234+155=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EA9B is #5A1564. Grayscale: #CCCCCC. Windows color (decimal): -5903717 or 10218149. OLE color: 10218149.
HSL color Cylindrical-coordinate representation of color #A5EA9B: hue angle of 112.41º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5EA9B is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 155 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.08 |
| HSL | 112.41º | 0.65% | 0.76% | - |
| HSV(B) | 112.41º | 0.34% | 0.92% | - |
| XYZ | 50.86 | 69.21 | 41.69 | - |
| YUV | 204.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 155 | 0.29 | 0 | 0.34 | 0.08 | 112.41 | 0.65 | 0.76 |
| Hex | A5 | EA | 9B | 1D | 0 | 22 | 8 | 70 | 41 | 4C |
| Octal | 245 | 352 | 233 | 35 | 0 | 42 | 10 | 160 | 101 | 114 |
| Binary | 10100101 | 11101010 | 10011011 | 11101 | 0 | 100010 | 1000 | 1110000 | 1000001 | 1001100 |
Color Harmonies of #A5EA9B
Complementary color
Monochromatic Colors of #A5EA9B
Black with #A5EA9B
Text Example
Text Example
White with #A5EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EA9B; }
p { color: rgb(165,234,155); }
H1.HeaderClassName
{
color: #A5EA9B;
}
.AnyTagClassName
{
color: #A5EA9B;
}
</style>
background-color css
<style>
a { background-color: #A5EA9B; }
a { background-color: rgb(165,234,155); }
div.DivClassName
{
background-color: #A5EA9B;
}
.BgClassName
{
background-color: #A5EA9B;
}
</style>
border-color css
<style>
span { border-color: #A5EA9B; }
span { border-color: rgb(165,234,155); }
td.TdClassName
{
border-color: #A5EA9B;
}
.TagClassName
{
border-color: #A5EA9B;
}
</style>