Html Css Color HEX #A3DE98 Granny Smith Apple
📋 copy color: '#A3DE98'red 163 ◦ green 222 ◦ blue 152
Shades of Granny Smith Apple #A3DE98
Tints of Granny Smith Apple #A3DE98
RGB
CMYK
RGB Variations
Color information
#A3DE98 (or 0xA3DE98) is known color: Granny Smith Apple. HEX triplet: A3, DE and 98. RGB value is (163,222,152). Sum of RGB (Red+Green+Blue) = 163+222+152=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DE98 is #5C2167. Grayscale: #C4C4C4. Windows color (decimal): -6037864 or 10018467. OLE color: 10018467.
HSL color Cylindrical-coordinate representation of color #A3DE98: hue angle of 110.57º 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 #A3DE98 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 152 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.13 |
| HSL | 110.57º | 0.51% | 0.73% | - |
| HSV(B) | 110.57º | 0.32% | 0.87% | - |
| XYZ | 46.89 | 62.3 | 39.26 | - |
| YUV | 196.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 152 | 0.27 | 0 | 0.32 | 0.13 | 110.57 | 0.51 | 0.73 |
| Hex | A3 | DE | 98 | 1B | 0 | 20 | D | 6F | 33 | 49 |
| Octal | 243 | 336 | 230 | 33 | 0 | 40 | 15 | 157 | 63 | 111 |
| Binary | 10100011 | 11011110 | 10011000 | 11011 | 0 | 100000 | 1101 | 1101111 | 110011 | 1001001 |
Color Harmonies of #A3DE98
Complementary color
Monochromatic Colors of #A3DE98
Black with #A3DE98
Text Example
Text Example
White with #A3DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE98; }
p { color: rgb(163,222,152); }
H1.HeaderClassName
{
color: #A3DE98;
}
.AnyTagClassName
{
color: #A3DE98;
}
</style>
background-color css
<style>
a { background-color: #A3DE98; }
a { background-color: rgb(163,222,152); }
div.DivClassName
{
background-color: #A3DE98;
}
.BgClassName
{
background-color: #A3DE98;
}
</style>
border-color css
<style>
span { border-color: #A3DE98; }
span { border-color: rgb(163,222,152); }
td.TdClassName
{
border-color: #A3DE98;
}
.TagClassName
{
border-color: #A3DE98;
}
</style>