#A3D496

Color #A3D496 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A3D496

Tints of Granny Smith Apple #A3D496

Color information

#A3D496 (or 0xA3D496) is unknown color: approx Granny Smith Apple. HEX triplet: A3, D4 and 96. RGB value is (163,212,150). Sum of RGB (Red+Green+Blue) = 163+212+150=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D496 is #5C2B69. Grayscale: #BEBEBE. Windows color (decimal): -6040426 or 9884835. OLE color: 9884835.

HSL color Cylindrical-coordinate representation of color #A3D496: hue angle of 107.42º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D496 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB163212150-
CMYK0.2300.290.17
HSL107.42º41.89%70.98%-
HSV(B)107.42º29.25%83.14%-
XYZ44.1557.0837.54-
YUV190.28105.27108.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=31.05%
G=40.38%
B=28.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632121500.2300.290.17107.4241.8970.98
HexA3D4961701D116b2a47
Octal243324226270352115352107
Binary101000111101010010010110101110111011000111010111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D496; }

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

 H1.HeaderClassName
 {
   color: #A3D496;
 }
 .AnyTagClassName
 {
   color: #A3D496;
 }
</style>
background-color css

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

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

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

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

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

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