Html Css Color HEX #A5DF9B Granny Smith Apple
📋 copy color: '#A5DF9B'red 165 ◦ green 223 ◦ blue 155
Shades of Granny Smith Apple #A5DF9B
Tints of Granny Smith Apple #A5DF9B
RGB
CMYK
RGB Variations
Color information
#A5DF9B (or 0xA5DF9B) is known color: Granny Smith Apple. HEX triplet: A5, DF and 9B. RGB value is (165,223,155). Sum of RGB (Red+Green+Blue) = 165+223+155=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF9B is #5A2064. Grayscale: #C6C6C6. Windows color (decimal): -5906533 or 10215333. OLE color: 10215333.
HSL color Cylindrical-coordinate representation of color #A5DF9B: hue angle of 111.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DF9B is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 155 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.13 |
| HSL | 111.18º | 0.52% | 0.74% | - |
| HSV(B) | 111.18º | 0.3% | 0.87% | - |
| XYZ | 47.82 | 63.14 | 40.68 | - |
| YUV | 197.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 155 | 0.26 | 0 | 0.30 | 0.13 | 111.18 | 0.52 | 0.74 |
| Hex | A5 | DF | 9B | 1A | 0 | 1E | D | 6F | 34 | 4A |
| Octal | 245 | 337 | 233 | 32 | 0 | 36 | 15 | 157 | 64 | 112 |
| Binary | 10100101 | 11011111 | 10011011 | 11010 | 0 | 11110 | 1101 | 1101111 | 110100 | 1001010 |
Color Harmonies of #A5DF9B
Complementary color
Monochromatic Colors of #A5DF9B
Black with #A5DF9B
Text Example
Text Example
White with #A5DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF9B; }
p { color: rgb(165,223,155); }
H1.HeaderClassName
{
color: #A5DF9B;
}
.AnyTagClassName
{
color: #A5DF9B;
}
</style>
background-color css
<style>
a { background-color: #A5DF9B; }
a { background-color: rgb(165,223,155); }
div.DivClassName
{
background-color: #A5DF9B;
}
.BgClassName
{
background-color: #A5DF9B;
}
</style>
border-color css
<style>
span { border-color: #A5DF9B; }
span { border-color: rgb(165,223,155); }
td.TdClassName
{
border-color: #A5DF9B;
}
.TagClassName
{
border-color: #A5DF9B;
}
</style>