#A0E192

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

Shades of Granny Smith Apple #A0E192

Tints of Granny Smith Apple #A0E192

Color information

#A0E192 (or 0xA0E192) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E1 and 92. RGB value is (160,225,146). Sum of RGB (Red+Green+Blue) = 160+225+146=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E192 is #5F1E6D. Grayscale: #C4C4C4. Windows color (decimal): -6233710 or 9626016. OLE color: 9626016.

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

Color convert

RGB160225146-
CMYK0.2900.350.12
HSL109.37º56.83%72.75%-
HSV(B)109.37º35.11%88.24%-
XYZ46.6163.436.97-
YUV196.5699.47101.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=30.13%
G=42.37%
B=27.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251460.2900.350.12109.3756.8372.75
HexA0E1921D023C6d3949
Octal240341222350431415571111
Binary101000001110000110010010111010100011110011011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E192; }

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

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

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

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

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

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

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

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