#A0E39E

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

Shades of Granny Smith Apple #A0E39E

Tints of Granny Smith Apple #A0E39E

Color information

#A0E39E (or 0xA0E39E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E3 and 9E. RGB value is (160,227,158). Sum of RGB (Red+Green+Blue) = 160+227+158=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E39E is #5F1C61. Grayscale: #C7C7C7. Windows color (decimal): -6233186 or 10412960. OLE color: 10412960.

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

Color convert

RGB160227158-
CMYK0.3000.300.11
HSL118.26º55.2%75.49%-
HSV(B)118.26º30.4%89.02%-
XYZ48.1464.8842.33-
YUV199.1104.8100.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=29.36%
G=41.65%
B=28.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602271580.3000.300.11118.2655.275.49
HexA0E39E1E01EB76374b
Octal240343236360361316667113
Binary10100000111000111001111011110011110101111101101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E39E; }

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

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

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

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

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

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

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

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