#A4D696

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

Shades of Granny Smith Apple #A4D696

Tints of Granny Smith Apple #A4D696

Color information

#A4D696 (or 0xA4D696) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D6 and 96. RGB value is (164,214,150). Sum of RGB (Red+Green+Blue) = 164+214+150=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D696 is #5B2969. Grayscale: #BFBFBF. Windows color (decimal): -5974378 or 9885348. OLE color: 9885348.

HSL color Cylindrical-coordinate representation of color #A4D696: hue angle of 106.87º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D696 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB164214150-
CMYK0.2300.300.16
HSL106.87º43.84%71.37%-
HSV(B)106.87º29.91%83.92%-
XYZ44.8658.1937.72-
YUV191.75104.44108.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=31.06%
G=40.53%
B=28.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141500.2300.300.16106.8743.8471.37
HexA4D6961701E106b2c47
Octal244326226270362015354107
Binary101001001101011010010110101110111101000011010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D696; }

 p { color: rgb(164,214,150); }

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

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

 a { background-color: rgb(164,214,150); }

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

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

 span { border-color: rgb(164,214,150); }

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