Html Css Color HEX #A3DF95 Granny Smith Apple
📋 copy color: '#A3DF95'red 163 ◦ green 223 ◦ blue 149
Shades of Granny Smith Apple #A3DF95
Tints of Granny Smith Apple #A3DF95
RGB
CMYK
RGB Variations
Color information
#A3DF95 (or 0xA3DF95) is known color: Granny Smith Apple. HEX triplet: A3, DF and 95. RGB value is (163,223,149). Sum of RGB (Red+Green+Blue) = 163+223+149=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF95 is #5C206A. Grayscale: #C4C4C4. Windows color (decimal): -6037611 or 9822115. OLE color: 9822115.
HSL color Cylindrical-coordinate representation of color #A3DF95: hue angle of 108.65º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3DF95 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 149 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.13 |
| HSL | 108.65º | 0.54% | 0.73% | - |
| HSV(B) | 108.65º | 0.33% | 0.87% | - |
| XYZ | 46.92 | 62.73 | 38.07 | - |
| YUV | 196.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 149 | 0.27 | 0 | 0.33 | 0.13 | 108.65 | 0.54 | 0.73 |
| Hex | A3 | DF | 95 | 1B | 0 | 21 | D | 6D | 36 | 49 |
| Octal | 243 | 337 | 225 | 33 | 0 | 41 | 15 | 155 | 66 | 111 |
| Binary | 10100011 | 11011111 | 10010101 | 11011 | 0 | 100001 | 1101 | 1101101 | 110110 | 1001001 |
Color Harmonies of #A3DF95
Complementary color
Monochromatic Colors of #A3DF95
Black with #A3DF95
Text Example
Text Example
White with #A3DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF95; }
p { color: rgb(163,223,149); }
H1.HeaderClassName
{
color: #A3DF95;
}
.AnyTagClassName
{
color: #A3DF95;
}
</style>
background-color css
<style>
a { background-color: #A3DF95; }
a { background-color: rgb(163,223,149); }
div.DivClassName
{
background-color: #A3DF95;
}
.BgClassName
{
background-color: #A3DF95;
}
</style>
border-color css
<style>
span { border-color: #A3DF95; }
span { border-color: rgb(163,223,149); }
td.TdClassName
{
border-color: #A3DF95;
}
.TagClassName
{
border-color: #A3DF95;
}
</style>