Html Css Color HEX #A5D99C Granny Smith Apple
📋 copy color: '#A5D99C'red 165 ◦ green 217 ◦ blue 156
Shades of Granny Smith Apple #A5D99C
Tints of Granny Smith Apple #A5D99C
RGB
CMYK
RGB Variations
Color information
#A5D99C (or 0xA5D99C) is known color: Granny Smith Apple. HEX triplet: A5, D9 and 9C. RGB value is (165,217,156). Sum of RGB (Red+Green+Blue) = 165+217+156=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D99C is #5A2663. Grayscale: #C2C2C2. Windows color (decimal): -5908068 or 10279333. OLE color: 10279333.
HSL color Cylindrical-coordinate representation of color #A5D99C: hue angle of 111.15º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5D99C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 156 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.15 |
| HSL | 111.15º | 0.45% | 0.73% | - |
| HSV(B) | 111.15º | 0.28% | 0.85% | - |
| XYZ | 46.33 | 60.03 | 40.6 | - |
| YUV | 194.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 156 | 0.24 | 0 | 0.28 | 0.15 | 111.15 | 0.45 | 0.73 |
| Hex | A5 | D9 | 9C | 18 | 0 | 1C | F | 6F | 2D | 49 |
| Octal | 245 | 331 | 234 | 30 | 0 | 34 | 17 | 157 | 55 | 111 |
| Binary | 10100101 | 11011001 | 10011100 | 11000 | 0 | 11100 | 1111 | 1101111 | 101101 | 1001001 |
Color Harmonies of #A5D99C
Complementary color
Monochromatic Colors of #A5D99C
Black with #A5D99C
Text Example
Text Example
White with #A5D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D99C; }
p { color: rgb(165,217,156); }
H1.HeaderClassName
{
color: #A5D99C;
}
.AnyTagClassName
{
color: #A5D99C;
}
</style>
background-color css
<style>
a { background-color: #A5D99C; }
a { background-color: rgb(165,217,156); }
div.DivClassName
{
background-color: #A5D99C;
}
.BgClassName
{
background-color: #A5D99C;
}
</style>
border-color css
<style>
span { border-color: #A5D99C; }
span { border-color: rgb(165,217,156); }
td.TdClassName
{
border-color: #A5D99C;
}
.TagClassName
{
border-color: #A5D99C;
}
</style>