#A5EB8B

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

Shades of Granny Smith Apple #A5EB8B

Tints of Granny Smith Apple #A5EB8B

Color information

#A5EB8B (or 0xA5EB8B) is unknown color: approx Granny Smith Apple. HEX triplet: A5, EB and 8B. RGB value is (165,235,139). Sum of RGB (Red+Green+Blue) = 165+235+139=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EB8B is #5A1474. Grayscale: #CBCBCB. Windows color (decimal): -5903477 or 9169829. OLE color: 9169829.

HSL color Cylindrical-coordinate representation of color #A5EB8B: hue angle of 103.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5EB8B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB165235139-
CMYK0.3000.410.08
HSL103.75º70.59%73.33%-
HSV(B)103.75º40.85%92.16%-
XYZ49.8969.2835.17-
YUV203.1391.81100.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=30.61%
G=43.60%
B=25.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351390.3000.410.08103.7570.5973.33
HexA5EB8B1E0298684749
Octal2453532133605110150107111
Binary1010010111101011100010111111001010011000110100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EB8B; }

 p { color: rgb(165,235,139); }

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

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

 a { background-color: rgb(165,235,139); }

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

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

 span { border-color: rgb(165,235,139); }

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