Html Css Color HEX #A3D694 Granny Smith Apple
📋 copy color: '#A3D694'red 163 ◦ green 214 ◦ blue 148
Shades of Granny Smith Apple #A3D694
Tints of Granny Smith Apple #A3D694
RGB
CMYK
RGB Variations
Color information
#A3D694 (or 0xA3D694) is known color: Granny Smith Apple. HEX triplet: A3, D6 and 94. RGB value is (163,214,148). Sum of RGB (Red+Green+Blue) = 163+214+148=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D694 is #5C296B. Grayscale: #BFBFBF. Windows color (decimal): -6039916 or 9754275. OLE color: 9754275.
HSL color Cylindrical-coordinate representation of color #A3D694: hue angle of 106.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3D694 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 148 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.16 |
| HSL | 106.36º | 0.45% | 0.71% | - |
| HSV(B) | 106.36º | 0.31% | 0.84% | - |
| XYZ | 44.5 | 58.02 | 36.87 | - |
| YUV | 191.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 148 | 0.24 | 0 | 0.31 | 0.16 | 106.36 | 0.45 | 0.71 |
| Hex | A3 | D6 | 94 | 18 | 0 | 1F | 10 | 6A | 2D | 47 |
| Octal | 243 | 326 | 224 | 30 | 0 | 37 | 20 | 152 | 55 | 107 |
| Binary | 10100011 | 11010110 | 10010100 | 11000 | 0 | 11111 | 10000 | 1101010 | 101101 | 1000111 |
Color Harmonies of #A3D694
Complementary color
Monochromatic Colors of #A3D694
Black with #A3D694
Text Example
Text Example
White with #A3D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D694; }
p { color: rgb(163,214,148); }
H1.HeaderClassName
{
color: #A3D694;
}
.AnyTagClassName
{
color: #A3D694;
}
</style>
background-color css
<style>
a { background-color: #A3D694; }
a { background-color: rgb(163,214,148); }
div.DivClassName
{
background-color: #A3D694;
}
.BgClassName
{
background-color: #A3D694;
}
</style>
border-color css
<style>
span { border-color: #A3D694; }
span { border-color: rgb(163,214,148); }
td.TdClassName
{
border-color: #A3D694;
}
.TagClassName
{
border-color: #A3D694;
}
</style>