Html Css Color HEX #A4DE98 Granny Smith Apple
📋 copy color: '#A4DE98'red 164 ◦ green 222 ◦ blue 152
Shades of Granny Smith Apple #A4DE98
Tints of Granny Smith Apple #A4DE98
RGB
CMYK
RGB Variations
Color information
#A4DE98 (or 0xA4DE98) is known color: Granny Smith Apple. HEX triplet: A4, DE and 98. RGB value is (164,222,152). Sum of RGB (Red+Green+Blue) = 164+222+152=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE98 is #5B2167. Grayscale: #C4C4C4. Windows color (decimal): -5972328 or 10018468. OLE color: 10018468.
HSL color Cylindrical-coordinate representation of color #A4DE98: hue angle of 109.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DE98 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 152 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.13 |
| HSL | 109.71º | 0.51% | 0.73% | - |
| HSV(B) | 109.71º | 0.32% | 0.87% | - |
| XYZ | 47.1 | 62.4 | 39.27 | - |
| YUV | 196.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 152 | 0.26 | 0 | 0.32 | 0.13 | 109.71 | 0.51 | 0.73 |
| Hex | A4 | DE | 98 | 1A | 0 | 20 | D | 6E | 33 | 49 |
| Octal | 244 | 336 | 230 | 32 | 0 | 40 | 15 | 156 | 63 | 111 |
| Binary | 10100100 | 11011110 | 10011000 | 11010 | 0 | 100000 | 1101 | 1101110 | 110011 | 1001001 |
Color Harmonies of #A4DE98
Complementary color
Monochromatic Colors of #A4DE98
Black with #A4DE98
Text Example
Text Example
White with #A4DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DE98; }
p { color: rgb(164,222,152); }
H1.HeaderClassName
{
color: #A4DE98;
}
.AnyTagClassName
{
color: #A4DE98;
}
</style>
background-color css
<style>
a { background-color: #A4DE98; }
a { background-color: rgb(164,222,152); }
div.DivClassName
{
background-color: #A4DE98;
}
.BgClassName
{
background-color: #A4DE98;
}
</style>
border-color css
<style>
span { border-color: #A4DE98; }
span { border-color: rgb(164,222,152); }
td.TdClassName
{
border-color: #A4DE98;
}
.TagClassName
{
border-color: #A4DE98;
}
</style>