#A5E88A

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

Shades of Granny Smith Apple #A5E88A

Tints of Granny Smith Apple #A5E88A

Color information

#A5E88A (or 0xA5E88A) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E8 and 8A. RGB value is (165,232,138). Sum of RGB (Red+Green+Blue) = 165+232+138=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E88A is #5A1775. Grayscale: #C9C9C9. Windows color (decimal): -5904246 or 9103525. OLE color: 9103525.

HSL color Cylindrical-coordinate representation of color #A5E88A: hue angle of 102.77º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5E88A is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB165232138-
CMYK0.2900.410.09
HSL102.77º67.14%72.55%-
HSV(B)102.77º40.52%90.98%-
XYZ48.9667.5534.5-
YUV201.2592.3102.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 232 (91.02% from 255) = 43.36%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=30.84%
G=43.36%
B=25.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652321380.2900.410.09102.7767.1472.55
HexA5E88A1D0299674349
Octal2453502123505111147103111
Binary1010010111101000100010101110101010011001110011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E88A; }

 p { color: rgb(165,232,138); }

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

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

 a { background-color: rgb(165,232,138); }

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

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

 span { border-color: rgb(165,232,138); }

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