#A0EE8B

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

Shades of Granny Smith Apple #A0EE8B

Tints of Granny Smith Apple #A0EE8B

Color information

#A0EE8B (or 0xA0EE8B) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EE and 8B. RGB value is (160,238,139). Sum of RGB (Red+Green+Blue) = 160+238+139=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE8B is #5F1174. Grayscale: #CBCBCB. Windows color (decimal): -6230389 or 9170592. OLE color: 9170592.

HSL color Cylindrical-coordinate representation of color #A0EE8B: hue angle of 107.27º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0EE8B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB160238139-
CMYK0.3300.420.07
HSL107.27º74.44%73.92%-
HSV(B)107.27º41.6%93.33%-
XYZ49.7370.4935.41-
YUV203.3991.6697.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=29.80%
G=44.32%
B=25.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381390.3300.420.07107.2774.4473.92
HexA0EE8B2102A76b4a4a
Octal240356213410527153112112
Binary1010000011101110100010111000010101010111110101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EE8B; }

 p { color: rgb(160,238,139); }

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

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

 a { background-color: rgb(160,238,139); }

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

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

 span { border-color: rgb(160,238,139); }

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