#A5E98E

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

Shades of Granny Smith Apple #A5E98E

Tints of Granny Smith Apple #A5E98E

Color information

#A5E98E (or 0xA5E98E) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E9 and 8E. RGB value is (165,233,142). Sum of RGB (Red+Green+Blue) = 165+233+142=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E98E is #5A1671. Grayscale: #CACACA. Windows color (decimal): -5903986 or 9365925. OLE color: 9365925.

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

Color convert

RGB165233142-
CMYK0.2900.390.09
HSL104.84º67.41%73.53%-
HSV(B)104.84º39.06%91.37%-
XYZ49.5468.2336.15-
YUV202.2993.97101.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=30.56%
G=43.15%
B=26.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331420.2900.390.09104.8467.4173.53
HexA5E98E1D027969434a
Octal2453512163504711151103112
Binary1010010111101001100011101110101001111001110100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E98E; }

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

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

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

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

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

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

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

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