#A4EBA4

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

Shades of Moss Green #A4EBA4

Tints of Moss Green #A4EBA4

Color information

#A4EBA4 (or 0xA4EBA4) is unknown color: approx Moss Green. HEX triplet: A4, EB and A4. RGB value is (164,235,164). Sum of RGB (Red+Green+Blue) = 164+235+164=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EBA4 is #5B145B. Grayscale: #CDCDCD. Windows color (decimal): -5968988 or 10808228. OLE color: 10808228.

HSL color Cylindrical-coordinate representation of color #A4EBA4: hue angle of 120º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBA4 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB164235164-
CMYK0.3000.300.08
HSL120º63.96%78.24%-
HSV(B)120º30.21%92.16%-
XYZ51.7269.9945.91-
YUV205.68104.4898.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=29.13%
G=41.74%
B=29.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351640.3000.300.0812063.9678.24
HexA4EBA41E01E878404e
Octal2443532443603610170100116
Binary101001001110101110100100111100111101000111100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBA4; }

 p { color: rgb(164,235,164); }

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

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

 a { background-color: rgb(164,235,164); }

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

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

 span { border-color: rgb(164,235,164); }

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