Html Css Color HEX #A3D096 Granny Smith Apple

📋 copy color: '#A3D096'

red 163 ◦ green 208 ◦ blue 150

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

Shades of Granny Smith Apple #A3D096

Tints of Granny Smith Apple #A3D096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 31.29%
G = 39.92%
B = 28.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#A3D096 (or 0xA3D096) is known color: Granny Smith Apple. HEX triplet: A3, D0 and 96. RGB value is (163,208,150). Sum of RGB (Red+Green+Blue) = 163+208+150=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D096 is #5C2F69. Grayscale: #BCBCBC. Windows color (decimal): -6041450 or 9883811. OLE color: 9883811.

HSL color Cylindrical-coordinate representation of color #A3D096: hue angle of 106.55º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3D096 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 208 150 -
CMYK 0.22 0 0.28 0.18
HSL 106.55º 0.38% 0.7% -
HSV(B) 106.55º 0.28% 0.82% -
XYZ 43.17 55.1 37.21 -
YUV 187.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 163 208 150 0.22 0 0.28 0.18 106.55 0.38 0.7
Hex A3 D0 96 16 0 1C 12 6B 26 46
Octal 243 320 226 26 0 34 22 153 46 106
Binary 10100011 11010000 10010110 10110 0 11100 10010 1101011 100110 1000110

Color Harmonies of #A3D096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D096

Black with #A3D096

Text Example


Text Example

White with #A3D096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D096; }

 p { color: rgb(163,208,150); }

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

background-color css

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

 a { background-color: rgb(163,208,150); }

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

border-color css

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

 span { border-color: rgb(163,208,150); }

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