#A0E395

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

Shades of Granny Smith Apple #A0E395

Tints of Granny Smith Apple #A0E395

Color information

#A0E395 (or 0xA0E395) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E3 and 95. RGB value is (160,227,149). Sum of RGB (Red+Green+Blue) = 160+227+149=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E395 is #5F1C6A. Grayscale: #C6C6C6. Windows color (decimal): -6233195 or 9823136. OLE color: 9823136.

HSL color Cylindrical-coordinate representation of color #A0E395: hue angle of 111.54º 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 #A0E395 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB160227149-
CMYK0.3000.340.11
HSL111.54º58.21%73.73%-
HSV(B)111.54º34.36%89.02%-
XYZ47.3964.5838.4-
YUV198.08100.3100.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=29.85%
G=42.35%
B=27.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271490.3000.340.11111.5458.2173.73
HexA0E3951E022B703a4a
Octal240343225360421316072112
Binary101000001110001110010101111100100010101111100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E395; }

 p { color: rgb(160,227,149); }

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

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

 a { background-color: rgb(160,227,149); }

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

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

 span { border-color: rgb(160,227,149); }

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