Html Css Color HEX #A3D995 Granny Smith Apple

📋 copy color: '#A3D995'

red 163 ◦ green 217 ◦ blue 149

#A3D995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A3D995

Tints of Granny Smith Apple #A3D995

RGB

 RED value IS 163 (64.06% from 255) = 30.81%

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 30.81%
G = 41.02%
B = 28.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A3D995 (or 0xA3D995) is known color: Granny Smith Apple. HEX triplet: A3, D9 and 95. RGB value is (163,217,149). Sum of RGB (Red+Green+Blue) = 163+217+149=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D995 is #5C266A. Grayscale: #C1C1C1. Windows color (decimal): -6039147 or 9820579. OLE color: 9820579.

HSL color Cylindrical-coordinate representation of color #A3D995: hue angle of 107.65º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3D995 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 217 149 -
CMYK 0.25 0 0.31 0.15
HSL 107.65º 0.47% 0.72% -
HSV(B) 107.65º 0.31% 0.85% -
XYZ 45.34 59.58 37.54 -
YUV 193.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 163 217 149 0.25 0 0.31 0.15 107.65 0.47 0.72
Hex A3 D9 95 19 0 1F F 6C 2F 48
Octal 243 331 225 31 0 37 17 154 57 110
Binary 10100011 11011001 10010101 11001 0 11111 1111 1101100 101111 1001000

Color Harmonies of #A3D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D995

Black with #A3D995

Text Example


Text Example

White with #A3D995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D995; }

 p { color: rgb(163,217,149); }

 H1.HeaderClassName
 {
   color: #A3D995;
 }
 .AnyTagClassName
 {
   color: #A3D995;
 }
</style>

background-color css

<style>
 a { background-color: #A3D995; }

 a { background-color: rgb(163,217,149); }

 div.DivClassName
 {
   background-color: #A3D995;
 }
 .BgClassName
 {
   background-color: #A3D995;
 }
</style>

border-color css

<style>
 span { border-color: #A3D995; }

 span { border-color: rgb(163,217,149); }

 td.TdClassName
 {
   border-color: #A3D995;
 }
 .TagClassName
 {
   border-color: #A3D995;
 }
</style>