#A5E7A5

Color #A5E7A5 Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #A5E7A5

Tints of Moss Green #A5E7A5

Color information

#A5E7A5 (or 0xA5E7A5) is unknown color: approx Moss Green. HEX triplet: A5, E7 and A5. RGB value is (165,231,165). Sum of RGB (Red+Green+Blue) = 165+231+165=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E7A5 is #5A185A. Grayscale: #CBCBCB. Windows color (decimal): -5904475 or 10872741. OLE color: 10872741.

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

Color convert

RGB165231165-
CMYK0.2900.290.09
HSL120º57.89%77.65%-
HSV(B)120º28.57%90.59%-
XYZ50.8867.8746.02-
YUV203.74106.13100.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 231 (90.62% from 255) = 41.18%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=29.41%
G=41.18%
B=29.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311650.2900.290.0912057.8977.65
HexA5E7A51D01D9783a4e
Octal245347245350351117072116
Binary10100101111001111010010111101011101100111110001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E7A5; }

 p { color: rgb(165,231,165); }

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

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

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

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

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

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

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