Html Css Color HEX #A3DC8F Granny Smith Apple
📋 copy color: '#A3DC8F'red 163 ◦ green 220 ◦ blue 143
Shades of Granny Smith Apple #A3DC8F
Tints of Granny Smith Apple #A3DC8F
RGB
CMYK
RGB Variations
Color information
#A3DC8F (or 0xA3DC8F) is known color: Granny Smith Apple. HEX triplet: A3, DC and 8F. RGB value is (163,220,143). Sum of RGB (Red+Green+Blue) = 163+220+143=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DC8F is #5C2370. Grayscale: #C2C2C2. Windows color (decimal): -6038385 or 9428131. OLE color: 9428131.
HSL color Cylindrical-coordinate representation of color #A3DC8F: hue angle of 104.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3DC8F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 143 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.14 |
| HSL | 104.42º | 0.52% | 0.71% | - |
| HSV(B) | 104.42º | 0.35% | 0.86% | - |
| XYZ | 45.66 | 60.96 | 35.35 | - |
| YUV | 194.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 143 | 0.26 | 0 | 0.35 | 0.14 | 104.42 | 0.52 | 0.71 |
| Hex | A3 | DC | 8F | 1A | 0 | 23 | E | 68 | 34 | 47 |
| Octal | 243 | 334 | 217 | 32 | 0 | 43 | 16 | 150 | 64 | 107 |
| Binary | 10100011 | 11011100 | 10001111 | 11010 | 0 | 100011 | 1110 | 1101000 | 110100 | 1000111 |
Color Harmonies of #A3DC8F
Complementary color
Monochromatic Colors of #A3DC8F
Black with #A3DC8F
Text Example
Text Example
White with #A3DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC8F; }
p { color: rgb(163,220,143); }
H1.HeaderClassName
{
color: #A3DC8F;
}
.AnyTagClassName
{
color: #A3DC8F;
}
</style>
background-color css
<style>
a { background-color: #A3DC8F; }
a { background-color: rgb(163,220,143); }
div.DivClassName
{
background-color: #A3DC8F;
}
.BgClassName
{
background-color: #A3DC8F;
}
</style>
border-color css
<style>
span { border-color: #A3DC8F; }
span { border-color: rgb(163,220,143); }
td.TdClassName
{
border-color: #A3DC8F;
}
.TagClassName
{
border-color: #A3DC8F;
}
</style>