#A5CEAE

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

Shades of Gum Leaf #A5CEAE

Tints of Gum Leaf #A5CEAE

Color information

#A5CEAE (or 0xA5CEAE) is unknown color: approx Gum Leaf. HEX triplet: A5, CE and AE. RGB value is (165,206,174). Sum of RGB (Red+Green+Blue) = 165+206+174=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CEAE is #5A3151. Grayscale: #BEBEBE. Windows color (decimal): -5910866 or 11456165. OLE color: 11456165.

HSL color Cylindrical-coordinate representation of color #A5CEAE: hue angle of 133.17º degrees, saturation: 0.29, 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 #A5CEAE is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB165206174-
CMYK0.2000.160.19
HSL133.17º29.5%72.75%-
HSV(B)133.17º19.9%80.78%-
XYZ45.2355.248.31-
YUV190.09118.92110.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=30.28%
G=37.80%
B=31.93%

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
Decimal1652061740.2000.160.19133.1729.572.75
HexA5CEAE1401013851d49
Octal245316256240202320535111
Binary101001011100111010101110101000100001001110000101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEAE; }

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

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

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

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

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

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

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

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