#A0E392

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

Shades of Granny Smith Apple #A0E392

Tints of Granny Smith Apple #A0E392

Color information

#A0E392 (or 0xA0E392) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E3 and 92. RGB value is (160,227,146). Sum of RGB (Red+Green+Blue) = 160+227+146=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E392 is #5F1C6D. Grayscale: #C5C5C5. Windows color (decimal): -6233198 or 9626528. OLE color: 9626528.

HSL color Cylindrical-coordinate representation of color #A0E392: hue angle of 109.63º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E392 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB160227146-
CMYK0.3000.360.11
HSL109.63º59.12%73.14%-
HSV(B)109.63º35.68%89.02%-
XYZ47.1564.4937.16-
YUV197.7398.8101.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=30.02%
G=42.59%
B=27.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271460.3000.360.11109.6359.1273.14
HexA0E3921E024B6e3b49
Octal240343222360441315673111
Binary101000001110001110010010111100100100101111011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E392; }

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

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

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

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

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

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

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

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