#A5E98C

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

Shades of Granny Smith Apple #A5E98C

Tints of Granny Smith Apple #A5E98C

Color information

#A5E98C (or 0xA5E98C) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E9 and 8C. RGB value is (165,233,140). Sum of RGB (Red+Green+Blue) = 165+233+140=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E98C is #5A1673. Grayscale: #CACACA. Windows color (decimal): -5903988 or 9234853. OLE color: 9234853.

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

Color convert

RGB165233140-
CMYK0.2900.400.09
HSL103.87º67.88%73.14%-
HSV(B)103.87º39.91%91.37%-
XYZ49.3968.1735.37-
YUV202.0792.97101.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 233 (91.41% from 255) = 43.31%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=30.67%
G=43.31%
B=26.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331400.2900.400.09103.8767.8873.14
HexA5E98C1D0289684449
Octal2453512143505011150104111
Binary1010010111101001100011001110101010001001110100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E98C; }

 p { color: rgb(165,233,140); }

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

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

 a { background-color: rgb(165,233,140); }

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

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

 span { border-color: rgb(165,233,140); }

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