#A4CFB0

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

Shades of Gum Leaf #A4CFB0

Tints of Gum Leaf #A4CFB0

Color information

#A4CFB0 (or 0xA4CFB0) is unknown color: approx Gum Leaf. HEX triplet: A4, CF and B0. RGB value is (164,207,176). Sum of RGB (Red+Green+Blue) = 164+207+176=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFB0 is #5B304F. Grayscale: #BEBEBE. Windows color (decimal): -5976144 or 11587492. OLE color: 11587492.

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

Color convert

RGB164207176-
CMYK0.2100.150.19
HSL136.74º30.94%72.75%-
HSV(B)136.74º20.77%81.18%-
XYZ45.4655.6549.42-
YUV190.61119.75109.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=29.98%
G=37.84%
B=32.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071760.2100.150.19136.7430.9472.75
HexA4CFB0150F13891f49
Octal244317260250172321137111
Binary10100100110011111011000010101011111001110001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFB0; }

 p { color: rgb(164,207,176); }

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

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

 a { background-color: rgb(164,207,176); }

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

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

 span { border-color: rgb(164,207,176); }

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