Html Css Color HEX #A3D295 Granny Smith Apple
📋 copy color: '#A3D295'red 163 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #A3D295
Tints of Granny Smith Apple #A3D295
RGB
CMYK
RGB Variations
Color information
#A3D295 (or 0xA3D295) is known color: Granny Smith Apple. HEX triplet: A3, D2 and 95. RGB value is (163,210,149). Sum of RGB (Red+Green+Blue) = 163+210+149=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D295 is #5C2D6A. Grayscale: #BDBDBD. Windows color (decimal): -6040939 or 9818787. OLE color: 9818787.
HSL color Cylindrical-coordinate representation of color #A3D295: hue angle of 106.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D295 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 149 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.18 |
| HSL | 106.23º | 0.4% | 0.7% | - |
| HSV(B) | 106.23º | 0.29% | 0.82% | - |
| XYZ | 43.58 | 56.05 | 36.96 | - |
| YUV | 188.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 149 | 0.22 | 0 | 0.29 | 0.18 | 106.23 | 0.4 | 0.7 |
| Hex | A3 | D2 | 95 | 16 | 0 | 1D | 12 | 6A | 28 | 46 |
| Octal | 243 | 322 | 225 | 26 | 0 | 35 | 22 | 152 | 50 | 106 |
| Binary | 10100011 | 11010010 | 10010101 | 10110 | 0 | 11101 | 10010 | 1101010 | 101000 | 1000110 |
Color Harmonies of #A3D295
Complementary color
Monochromatic Colors of #A3D295
Black with #A3D295
Text Example
Text Example
White with #A3D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D295; }
p { color: rgb(163,210,149); }
H1.HeaderClassName
{
color: #A3D295;
}
.AnyTagClassName
{
color: #A3D295;
}
</style>
background-color css
<style>
a { background-color: #A3D295; }
a { background-color: rgb(163,210,149); }
div.DivClassName
{
background-color: #A3D295;
}
.BgClassName
{
background-color: #A3D295;
}
</style>
border-color css
<style>
span { border-color: #A3D295; }
span { border-color: rgb(163,210,149); }
td.TdClassName
{
border-color: #A3D295;
}
.TagClassName
{
border-color: #A3D295;
}
</style>