Html Css Color HEX #A4D498 Granny Smith Apple
📋 copy color: '#A4D498'red 164 ◦ green 212 ◦ blue 152
Shades of Granny Smith Apple #A4D498
Tints of Granny Smith Apple #A4D498
RGB
CMYK
RGB Variations
Color information
#A4D498 (or 0xA4D498) is known color: Granny Smith Apple. HEX triplet: A4, D4 and 98. RGB value is (164,212,152). Sum of RGB (Red+Green+Blue) = 164+212+152=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D498 is #5B2B67. Grayscale: #BFBFBF. Windows color (decimal): -5974888 or 10015908. OLE color: 10015908.
HSL color Cylindrical-coordinate representation of color #A4D498: hue angle of 108º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4D498 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 152 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.17 |
| HSL | 108º | 0.41% | 0.71% | - |
| HSV(B) | 108º | 0.28% | 0.83% | - |
| XYZ | 44.52 | 57.25 | 38.41 | - |
| YUV | 190.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 152 | 0.23 | 0 | 0.28 | 0.17 | 108 | 0.41 | 0.71 |
| Hex | A4 | D4 | 98 | 17 | 0 | 1C | 11 | 6C | 29 | 47 |
| Octal | 244 | 324 | 230 | 27 | 0 | 34 | 21 | 154 | 51 | 107 |
| Binary | 10100100 | 11010100 | 10011000 | 10111 | 0 | 11100 | 10001 | 1101100 | 101001 | 1000111 |
Color Harmonies of #A4D498
Complementary color
Monochromatic Colors of #A4D498
Black with #A4D498
Text Example
Text Example
White with #A4D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D498; }
p { color: rgb(164,212,152); }
H1.HeaderClassName
{
color: #A4D498;
}
.AnyTagClassName
{
color: #A4D498;
}
</style>
background-color css
<style>
a { background-color: #A4D498; }
a { background-color: rgb(164,212,152); }
div.DivClassName
{
background-color: #A4D498;
}
.BgClassName
{
background-color: #A4D498;
}
</style>
border-color css
<style>
span { border-color: #A4D498; }
span { border-color: rgb(164,212,152); }
td.TdClassName
{
border-color: #A4D498;
}
.TagClassName
{
border-color: #A4D498;
}
</style>