Html Css Color HEX #A5DD90 Granny Smith Apple
📋 copy color: '#A5DD90'red 165 ◦ green 221 ◦ blue 144
Shades of Granny Smith Apple #A5DD90
Tints of Granny Smith Apple #A5DD90
RGB
CMYK
RGB Variations
Color information
#A5DD90 (or 0xA5DD90) is known color: Granny Smith Apple. HEX triplet: A5, DD and 90. RGB value is (165,221,144). Sum of RGB (Red+Green+Blue) = 165+221+144=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD90 is #5A226F. Grayscale: #C3C3C3. Windows color (decimal): -5907056 or 9493925. OLE color: 9493925.
HSL color Cylindrical-coordinate representation of color #A5DD90: hue angle of 103.64º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DD90 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 144 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.13 |
| HSL | 103.64º | 0.53% | 0.72% | - |
| HSV(B) | 103.64º | 0.35% | 0.87% | - |
| XYZ | 46.41 | 61.73 | 35.85 | - |
| YUV | 195.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 144 | 0.25 | 0 | 0.35 | 0.13 | 103.64 | 0.53 | 0.72 |
| Hex | A5 | DD | 90 | 19 | 0 | 23 | D | 68 | 35 | 48 |
| Octal | 245 | 335 | 220 | 31 | 0 | 43 | 15 | 150 | 65 | 110 |
| Binary | 10100101 | 11011101 | 10010000 | 11001 | 0 | 100011 | 1101 | 1101000 | 110101 | 1001000 |
Color Harmonies of #A5DD90
Complementary color
Monochromatic Colors of #A5DD90
Black with #A5DD90
Text Example
Text Example
White with #A5DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD90; }
p { color: rgb(165,221,144); }
H1.HeaderClassName
{
color: #A5DD90;
}
.AnyTagClassName
{
color: #A5DD90;
}
</style>
background-color css
<style>
a { background-color: #A5DD90; }
a { background-color: rgb(165,221,144); }
div.DivClassName
{
background-color: #A5DD90;
}
.BgClassName
{
background-color: #A5DD90;
}
</style>
border-color css
<style>
span { border-color: #A5DD90; }
span { border-color: rgb(165,221,144); }
td.TdClassName
{
border-color: #A5DD90;
}
.TagClassName
{
border-color: #A5DD90;
}
</style>