Html Css Color HEX #A3D698 Granny Smith Apple
📋 copy color: '#A3D698'red 163 ◦ green 214 ◦ blue 152
Shades of Granny Smith Apple #A3D698
Tints of Granny Smith Apple #A3D698
RGB
CMYK
RGB Variations
Color information
#A3D698 (or 0xA3D698) is known color: Granny Smith Apple. HEX triplet: A3, D6 and 98. RGB value is (163,214,152). Sum of RGB (Red+Green+Blue) = 163+214+152=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D698 is #5C2967. Grayscale: #BFBFBF. Windows color (decimal): -6039912 or 10016419. OLE color: 10016419.
HSL color Cylindrical-coordinate representation of color #A3D698: hue angle of 109.35º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D698 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 152 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.16 |
| HSL | 109.35º | 0.43% | 0.72% | - |
| HSV(B) | 109.35º | 0.29% | 0.84% | - |
| XYZ | 44.82 | 58.15 | 38.57 | - |
| YUV | 191.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 152 | 0.24 | 0 | 0.29 | 0.16 | 109.35 | 0.43 | 0.72 |
| Hex | A3 | D6 | 98 | 18 | 0 | 1D | 10 | 6D | 2B | 48 |
| Octal | 243 | 326 | 230 | 30 | 0 | 35 | 20 | 155 | 53 | 110 |
| Binary | 10100011 | 11010110 | 10011000 | 11000 | 0 | 11101 | 10000 | 1101101 | 101011 | 1001000 |
Color Harmonies of #A3D698
Complementary color
Monochromatic Colors of #A3D698
Black with #A3D698
Text Example
Text Example
White with #A3D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D698; }
p { color: rgb(163,214,152); }
H1.HeaderClassName
{
color: #A3D698;
}
.AnyTagClassName
{
color: #A3D698;
}
</style>
background-color css
<style>
a { background-color: #A3D698; }
a { background-color: rgb(163,214,152); }
div.DivClassName
{
background-color: #A3D698;
}
.BgClassName
{
background-color: #A3D698;
}
</style>
border-color css
<style>
span { border-color: #A3D698; }
span { border-color: rgb(163,214,152); }
td.TdClassName
{
border-color: #A3D698;
}
.TagClassName
{
border-color: #A3D698;
}
</style>