#A5E98A

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

Shades of Granny Smith Apple #A5E98A

Tints of Granny Smith Apple #A5E98A

Color information

#A5E98A (or 0xA5E98A) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E9 and 8A. RGB value is (165,233,138). Sum of RGB (Red+Green+Blue) = 165+233+138=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E98A is #5A1675. Grayscale: #CACACA. Windows color (decimal): -5903990 or 9103781. OLE color: 9103781.

HSL color Cylindrical-coordinate representation of color #A5E98A: hue angle of 102.95º degrees, saturation: 0.68, 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 #A5E98A is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB165233138-
CMYK0.2900.410.09
HSL102.95º68.35%72.75%-
HSV(B)102.95º40.77%91.37%-
XYZ49.2468.1134.6-
YUV201.8491.97101.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 233 (91.41% from 255) = 43.47%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=30.78%
G=43.47%
B=25.75%

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
Decimal1652331380.2900.410.09102.9568.3572.75
HexA5E98A1D0299674449
Octal2453512123505111147104111
Binary1010010111101001100010101110101010011001110011110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E98A; }

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

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

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

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

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

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

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

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