#A4CEAE

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

Shades of Gum Leaf #A4CEAE

Tints of Gum Leaf #A4CEAE

Color information

#A4CEAE (or 0xA4CEAE) is unknown color: approx Gum Leaf. HEX triplet: A4, CE and AE. RGB value is (164,206,174). Sum of RGB (Red+Green+Blue) = 164+206+174=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEAE is #5B3151. Grayscale: #BDBDBD. Windows color (decimal): -5976402 or 11456164. OLE color: 11456164.

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

Color convert

RGB164206174-
CMYK0.2000.160.19
HSL134.29º30%72.55%-
HSV(B)134.29º20.39%80.78%-
XYZ45.0255.0948.31-
YUV189.79119.09109.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=30.15%
G=37.87%
B=31.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061740.2000.160.19134.293072.55
HexA4CEAE1401013861e49
Octal244316256240202320636111
Binary101001001100111010101110101000100001001110000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEAE; }

 p { color: rgb(164,206,174); }

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

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

 a { background-color: rgb(164,206,174); }

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

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

 span { border-color: rgb(164,206,174); }

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