#A5CCAC

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

Shades of Gum Leaf #A5CCAC

Tints of Gum Leaf #A5CCAC

Color information

#A5CCAC (or 0xA5CCAC) is unknown color: approx Gum Leaf. HEX triplet: A5, CC and AC. RGB value is (165,204,172). Sum of RGB (Red+Green+Blue) = 165+204+172=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CCAC is #5A3353. Grayscale: #BCBCBC. Windows color (decimal): -5911380 or 11324581. OLE color: 11324581.

HSL color Cylindrical-coordinate representation of color #A5CCAC: hue angle of 130.77º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCAC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB165204172-
CMYK0.1900.160.2
HSL130.77º27.66%72.35%-
HSV(B)130.77º19.12%80%-
XYZ44.5654.1647.14-
YUV188.69118.58111.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=30.50%
G=37.71%
B=31.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041720.1900.160.2130.7727.6672.35
HexA5CCAC1301014831c48
Octal245314254230202420334110
Binary101001011100110010101100100110100001010010000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCAC; }

 p { color: rgb(165,204,172); }

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

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

 a { background-color: rgb(165,204,172); }

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

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

 span { border-color: rgb(165,204,172); }

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