#A7CEAC

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

Shades of Gum Leaf #A7CEAC

Tints of Gum Leaf #A7CEAC

Color information

#A7CEAC (or 0xA7CEAC) is unknown color: approx Gum Leaf. HEX triplet: A7, CE and AC. RGB value is (167,206,172). Sum of RGB (Red+Green+Blue) = 167+206+172=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEAC is #583153. Grayscale: #BEBEBE. Windows color (decimal): -5779796 or 11325095. OLE color: 11325095.

HSL color Cylindrical-coordinate representation of color #A7CEAC: hue angle of 127.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEAC is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB167206172-
CMYK0.1900.170.19
HSL127.69º28.47%73.14%-
HSV(B)127.69º18.93%80.78%-
XYZ45.4555.3447.32-
YUV190.46117.58111.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=30.64%
G=37.80%
B=31.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061720.1900.170.19127.6928.4773.14
HexA7CEAC1301113801c49
Octal247316254230212320034111
Binary101001111100111010101100100110100011001110000000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEAC; }

 p { color: rgb(167,206,172); }

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

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

 a { background-color: rgb(167,206,172); }

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

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

 span { border-color: rgb(167,206,172); }

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