#A5E396

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

Shades of Granny Smith Apple #A5E396

Tints of Granny Smith Apple #A5E396

Color information

#A5E396 (or 0xA5E396) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E3 and 96. RGB value is (165,227,150). Sum of RGB (Red+Green+Blue) = 165+227+150=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E396 is #5A1C69. Grayscale: #C7C7C7. Windows color (decimal): -5905514 or 9888677. OLE color: 9888677.

HSL color Cylindrical-coordinate representation of color #A5E396: hue angle of 108.31º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E396 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB165227150-
CMYK0.2700.340.11
HSL108.31º57.89%73.92%-
HSV(B)108.31º33.92%89.02%-
XYZ48.4965.1438.87-
YUV199.6899.96103.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 227 (89.06% from 255) = 41.88%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=30.44%
G=41.88%
B=27.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652271500.2700.340.11108.3157.8973.92
HexA5E3961B022B6c3a4a
Octal245343226330421315472112
Binary101001011110001110010110110110100010101111011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E396; }

 p { color: rgb(165,227,150); }

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

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

 a { background-color: rgb(165,227,150); }

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

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

 span { border-color: rgb(165,227,150); }

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