#A5E1A0

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

Shades of Granny Smith Apple #A5E1A0

Tints of Granny Smith Apple #A5E1A0

Color information

#A5E1A0 (or 0xA5E1A0) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E1 and A0. RGB value is (165,225,160). Sum of RGB (Red+Green+Blue) = 165+225+160=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1A0 is #5A1E5F. Grayscale: #C7C7C7. Windows color (decimal): -5906016 or 10543525. OLE color: 10543525.

HSL color Cylindrical-coordinate representation of color #A5E1A0: hue angle of 115.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E1A0 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB165225160-
CMYK0.2700.290.12
HSL115.38º52%75.49%-
HSV(B)115.38º28.89%88.24%-
XYZ48.7964.3943.11-
YUV199.65105.62103.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=30%
G=40.91%
B=29.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251600.2700.290.12115.385275.49
HexA5E1A01B01DC73344b
Octal245341240330351416364113
Binary10100101111000011010000011011011101110011100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1A0; }

 p { color: rgb(165,225,160); }

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

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

 a { background-color: rgb(165,225,160); }

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

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

 span { border-color: rgb(165,225,160); }

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