#A0E194

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

Shades of Granny Smith Apple #A0E194

Tints of Granny Smith Apple #A0E194

Color information

#A0E194 (or 0xA0E194) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E1 and 94. RGB value is (160,225,148). Sum of RGB (Red+Green+Blue) = 160+225+148=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E194 is #5F1E6B. Grayscale: #C5C5C5. Windows color (decimal): -6233708 or 9757088. OLE color: 9757088.

HSL color Cylindrical-coordinate representation of color #A0E194: hue angle of 110.65º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E194 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB160225148-
CMYK0.2900.340.12
HSL110.65º56.2%73.14%-
HSV(B)110.65º34.22%88.24%-
XYZ46.7763.4637.8-
YUV196.79100.47101.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=30.02%
G=42.21%
B=27.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251480.2900.340.12110.6556.273.14
HexA0E1941D022C6f3849
Octal240341224350421415770111
Binary101000001110000110010100111010100010110011011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E194; }

 p { color: rgb(160,225,148); }

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

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

 a { background-color: rgb(160,225,148); }

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

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

 span { border-color: rgb(160,225,148); }

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