Html Css Color HEX #A3F48D Granny Smith Apple
📋 copy color: '#A3F48D'red 163 ◦ green 244 ◦ blue 141
Shades of Granny Smith Apple #A3F48D
Tints of Granny Smith Apple #A3F48D
RGB
CMYK
RGB Variations
Color information
#A3F48D (or 0xA3F48D) is known color: Granny Smith Apple. HEX triplet: A3, F4 and 8D. RGB value is (163,244,141). Sum of RGB (Red+Green+Blue) = 163+244+141=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F48D is #5C0B72. Grayscale: #D0D0D0. Windows color (decimal): -6032243 or 9303203. OLE color: 9303203.
HSL color Cylindrical-coordinate representation of color #A3F48D: hue angle of 107.18º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3F48D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 244 | 141 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.04 |
| HSL | 107.18º | 0.82% | 0.75% | - |
| HSV(B) | 107.18º | 0.42% | 0.96% | - |
| XYZ | 52.26 | 74.41 | 36.81 | - |
| YUV | 208.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 244 | 141 | 0.33 | 0 | 0.42 | 0.04 | 107.18 | 0.82 | 0.75 |
| Hex | A3 | F4 | 8D | 21 | 0 | 2A | 4 | 6B | 52 | 4B |
| Octal | 243 | 364 | 215 | 41 | 0 | 52 | 4 | 153 | 122 | 113 |
| Binary | 10100011 | 11110100 | 10001101 | 100001 | 0 | 101010 | 100 | 1101011 | 1010010 | 1001011 |
Color Harmonies of #A3F48D
Complementary color
Monochromatic Colors of #A3F48D
Black with #A3F48D
Text Example
Text Example
White with #A3F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F48D; }
p { color: rgb(163,244,141); }
H1.HeaderClassName
{
color: #A3F48D;
}
.AnyTagClassName
{
color: #A3F48D;
}
</style>
background-color css
<style>
a { background-color: #A3F48D; }
a { background-color: rgb(163,244,141); }
div.DivClassName
{
background-color: #A3F48D;
}
.BgClassName
{
background-color: #A3F48D;
}
</style>
border-color css
<style>
span { border-color: #A3F48D; }
span { border-color: rgb(163,244,141); }
td.TdClassName
{
border-color: #A3F48D;
}
.TagClassName
{
border-color: #A3F48D;
}
</style>