#A3C5AE

Color #A3C5AE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A3C5AE

Tints of Gum Leaf #A3C5AE

Color information

#A3C5AE (or 0xA3C5AE) is unknown color: approx Gum Leaf. HEX triplet: A3, C5 and AE. RGB value is (163,197,174). Sum of RGB (Red+Green+Blue) = 163+197+174=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C5AE is #5C3A51. Grayscale: #B8B8B8. Windows color (decimal): -6044242 or 11453859. OLE color: 11453859.

HSL color Cylindrical-coordinate representation of color #A3C5AE: hue angle of 139.41º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5AE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB163197174-
CMYK0.1700.120.23
HSL139.41º22.67%70.59%-
HSV(B)139.41º17.26%77.25%-
XYZ42.7150.7847.59-
YUV184.21122.24112.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=30.52%
G=36.89%
B=32.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631971740.1700.120.23139.4122.6770.59
HexA3C5AE110C178b1747
Octal243305256210142721327107
Binary10100011110001011010111010001011001011110001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C5AE; }

 p { color: rgb(163,197,174); }

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

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

 a { background-color: rgb(163,197,174); }

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

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

 span { border-color: rgb(163,197,174); }

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