#A8CAAC

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

Shades of Gum Leaf #A8CAAC

Tints of Gum Leaf #A8CAAC

Color information

#A8CAAC (or 0xA8CAAC) is unknown color: approx Gum Leaf. HEX triplet: A8, CA and AC. RGB value is (168,202,172). Sum of RGB (Red+Green+Blue) = 168+202+172=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAC is #573553. Grayscale: #BCBCBC. Windows color (decimal): -5715284 or 11324072. OLE color: 11324072.

HSL color Cylindrical-coordinate representation of color #A8CAAC: hue angle of 127.06º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAC is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB168202172-
CMYK0.1700.150.21
HSL127.06º24.29%72.55%-
HSV(B)127.06º16.83%79.22%-
XYZ44.7253.5447.01-
YUV188.41118.74113.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=31.00%
G=37.27%
B=31.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021720.1700.150.21127.0624.2972.55
HexA8CAAC110F157f1849
Octal250312254210172517730111
Binary1010100011001010101011001000101111101011111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAAC; }

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

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

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

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

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

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

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

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