#A0D596

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

Shades of Granny Smith Apple #A0D596

Tints of Granny Smith Apple #A0D596

Color information

#A0D596 (or 0xA0D596) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D5 and 96. RGB value is (160,213,150). Sum of RGB (Red+Green+Blue) = 160+213+150=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D596 is #5F2A69. Grayscale: #BEBEBE. Windows color (decimal): -6236778 or 9885088. OLE color: 9885088.

HSL color Cylindrical-coordinate representation of color #A0D596: hue angle of 110.48º degrees, saturation: 0.43, 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 #A0D596 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB160213150-
CMYK0.2500.300.16
HSL110.48º42.86%71.18%-
HSV(B)110.48º29.58%83.53%-
XYZ43.857.2637.6-
YUV189.97105.44106.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=30.59%
G=40.73%
B=28.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131500.2500.300.16110.4842.8671.18
HexA0D5961901E106e2b47
Octal240325226310362015653107
Binary101000001101010110010110110010111101000011011101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D596; }

 p { color: rgb(160,213,150); }

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

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

 a { background-color: rgb(160,213,150); }

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

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

 span { border-color: rgb(160,213,150); }

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