#A5E0A0

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

Shades of Granny Smith Apple #A5E0A0

Tints of Granny Smith Apple #A5E0A0

Color information

#A5E0A0 (or 0xA5E0A0) is unknown color: approx Granny Smith Apple. HEX triplet: A5, E0 and A0. RGB value is (165,224,160). Sum of RGB (Red+Green+Blue) = 165+224+160=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E0A0 is #5A1F5F. Grayscale: #C7C7C7. Windows color (decimal): -5906272 or 10543269. OLE color: 10543269.

HSL color Cylindrical-coordinate representation of color #A5E0A0: hue angle of 115.31º degrees, saturation: 0.51, 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 #A5E0A0 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB165224160-
CMYK0.2600.290.12
HSL115.31º50.79%75.29%-
HSV(B)115.31º28.57%87.84%-
XYZ48.5263.8543.02-
YUV199.06105.95103.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=30.05%
G=40.80%
B=29.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652241600.2600.290.12115.3150.7975.29
HexA5E0A01A01DC73334b
Octal245340240320351416363113
Binary10100101111000001010000011010011101110011100111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0A0; }

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

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

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

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

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

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

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

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