Html Css Color HEX #A4DD90 Granny Smith Apple
📋 copy color: '#A4DD90'red 164 ◦ green 221 ◦ blue 144
Shades of Granny Smith Apple #A4DD90
Tints of Granny Smith Apple #A4DD90
RGB
CMYK
RGB Variations
Color information
#A4DD90 (or 0xA4DD90) is known color: Granny Smith Apple. HEX triplet: A4, DD and 90. RGB value is (164,221,144). Sum of RGB (Red+Green+Blue) = 164+221+144=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD90 is #5B226F. Grayscale: #C3C3C3. Windows color (decimal): -5972592 or 9493924. OLE color: 9493924.
HSL color Cylindrical-coordinate representation of color #A4DD90: hue angle of 104.42º 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 #A4DD90 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 144 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.13 |
| HSL | 104.42º | 0.53% | 0.72% | - |
| HSV(B) | 104.42º | 0.35% | 0.87% | - |
| XYZ | 46.2 | 61.62 | 35.84 | - |
| YUV | 195.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 144 | 0.26 | 0 | 0.35 | 0.13 | 104.42 | 0.53 | 0.72 |
| Hex | A4 | DD | 90 | 1A | 0 | 23 | D | 68 | 35 | 48 |
| Octal | 244 | 335 | 220 | 32 | 0 | 43 | 15 | 150 | 65 | 110 |
| Binary | 10100100 | 11011101 | 10010000 | 11010 | 0 | 100011 | 1101 | 1101000 | 110101 | 1001000 |
Color Harmonies of #A4DD90
Complementary color
Monochromatic Colors of #A4DD90
Black with #A4DD90
Text Example
Text Example
White with #A4DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD90; }
p { color: rgb(164,221,144); }
H1.HeaderClassName
{
color: #A4DD90;
}
.AnyTagClassName
{
color: #A4DD90;
}
</style>
background-color css
<style>
a { background-color: #A4DD90; }
a { background-color: rgb(164,221,144); }
div.DivClassName
{
background-color: #A4DD90;
}
.BgClassName
{
background-color: #A4DD90;
}
</style>
border-color css
<style>
span { border-color: #A4DD90; }
span { border-color: rgb(164,221,144); }
td.TdClassName
{
border-color: #A4DD90;
}
.TagClassName
{
border-color: #A4DD90;
}
</style>