Html Css Color HEX #A5D496 Granny Smith Apple
📋 copy color: '#A5D496'red 165 ◦ green 212 ◦ blue 150
Shades of Granny Smith Apple #A5D496
Tints of Granny Smith Apple #A5D496
RGB
CMYK
RGB Variations
Color information
#A5D496 (or 0xA5D496) is known color: Granny Smith Apple. HEX triplet: A5, D4 and 96. RGB value is (165,212,150). Sum of RGB (Red+Green+Blue) = 165+212+150=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D496 is #5A2B69. Grayscale: #BFBFBF. Windows color (decimal): -5909354 or 9884837. OLE color: 9884837.
HSL color Cylindrical-coordinate representation of color #A5D496: hue angle of 105.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5D496 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 150 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.17 |
| HSL | 105.48º | 0.42% | 0.71% | - |
| HSV(B) | 105.48º | 0.29% | 0.83% | - |
| XYZ | 44.57 | 57.29 | 37.56 | - |
| YUV | 190.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 150 | 0.22 | 0 | 0.29 | 0.17 | 105.48 | 0.42 | 0.71 |
| Hex | A5 | D4 | 96 | 16 | 0 | 1D | 11 | 69 | 2A | 47 |
| Octal | 245 | 324 | 226 | 26 | 0 | 35 | 21 | 151 | 52 | 107 |
| Binary | 10100101 | 11010100 | 10010110 | 10110 | 0 | 11101 | 10001 | 1101001 | 101010 | 1000111 |
Color Harmonies of #A5D496
Complementary color
Monochromatic Colors of #A5D496
Black with #A5D496
Text Example
Text Example
White with #A5D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D496; }
p { color: rgb(165,212,150); }
H1.HeaderClassName
{
color: #A5D496;
}
.AnyTagClassName
{
color: #A5D496;
}
</style>
background-color css
<style>
a { background-color: #A5D496; }
a { background-color: rgb(165,212,150); }
div.DivClassName
{
background-color: #A5D496;
}
.BgClassName
{
background-color: #A5D496;
}
</style>
border-color css
<style>
span { border-color: #A5D496; }
span { border-color: rgb(165,212,150); }
td.TdClassName
{
border-color: #A5D496;
}
.TagClassName
{
border-color: #A5D496;
}
</style>