#A8CEAC

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

Shades of Gum Leaf #A8CEAC

Tints of Gum Leaf #A8CEAC

Color information

#A8CEAC (or 0xA8CEAC) is unknown color: approx Gum Leaf. HEX triplet: A8, CE and AC. RGB value is (168,206,172). Sum of RGB (Red+Green+Blue) = 168+206+172=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEAC is #573153. Grayscale: #BEBEBE. Windows color (decimal): -5714260 or 11325096. OLE color: 11325096.

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

Color convert

RGB168206172-
CMYK0.1800.170.19
HSL126.32º27.94%73.33%-
HSV(B)126.32º18.45%80.78%-
XYZ45.6755.4547.33-
YUV190.76117.41111.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=30.77%
G=37.73%
B=31.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061720.1800.170.19126.3227.9473.33
HexA8CEAC12011137e1c49
Octal250316254220212317634111
Binary10101000110011101010110010010010001100111111110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEAC; }

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

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

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

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

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

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

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

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