Html Css Color HEX #A5DD94 Granny Smith Apple
📋 copy color: '#A5DD94'red 165 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #A5DD94
Tints of Granny Smith Apple #A5DD94
RGB
CMYK
RGB Variations
Color information
#A5DD94 (or 0xA5DD94) is known color: Granny Smith Apple. HEX triplet: A5, DD and 94. RGB value is (165,221,148). Sum of RGB (Red+Green+Blue) = 165+221+148=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD94 is #5A226B. Grayscale: #C4C4C4. Windows color (decimal): -5907052 or 9756069. OLE color: 9756069.
HSL color Cylindrical-coordinate representation of color #A5DD94: hue angle of 106.03º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DD94 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 148 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.13 |
| HSL | 106.03º | 0.52% | 0.72% | - |
| HSV(B) | 106.03º | 0.33% | 0.87% | - |
| XYZ | 46.72 | 61.85 | 37.49 | - |
| YUV | 195.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 148 | 0.25 | 0 | 0.33 | 0.13 | 106.03 | 0.52 | 0.72 |
| Hex | A5 | DD | 94 | 19 | 0 | 21 | D | 6A | 34 | 48 |
| Octal | 245 | 335 | 224 | 31 | 0 | 41 | 15 | 152 | 64 | 110 |
| Binary | 10100101 | 11011101 | 10010100 | 11001 | 0 | 100001 | 1101 | 1101010 | 110100 | 1001000 |
Color Harmonies of #A5DD94
Complementary color
Monochromatic Colors of #A5DD94
Black with #A5DD94
Text Example
Text Example
White with #A5DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD94; }
p { color: rgb(165,221,148); }
H1.HeaderClassName
{
color: #A5DD94;
}
.AnyTagClassName
{
color: #A5DD94;
}
</style>
background-color css
<style>
a { background-color: #A5DD94; }
a { background-color: rgb(165,221,148); }
div.DivClassName
{
background-color: #A5DD94;
}
.BgClassName
{
background-color: #A5DD94;
}
</style>
border-color css
<style>
span { border-color: #A5DD94; }
span { border-color: rgb(165,221,148); }
td.TdClassName
{
border-color: #A5DD94;
}
.TagClassName
{
border-color: #A5DD94;
}
</style>