#A5CFAE

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

Shades of Gum Leaf #A5CFAE

Tints of Gum Leaf #A5CFAE

Color information

#A5CFAE (or 0xA5CFAE) is unknown color: approx Gum Leaf. HEX triplet: A5, CF and AE. RGB value is (165,207,174). Sum of RGB (Red+Green+Blue) = 165+207+174=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFAE is #5A3051. Grayscale: #BEBEBE. Windows color (decimal): -5910610 or 11456421. OLE color: 11456421.

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

Color convert

RGB165207174-
CMYK0.2000.160.19
HSL132.86º30.43%72.94%-
HSV(B)132.86º20.29%81.18%-
XYZ45.4755.6848.4-
YUV190.68118.59109.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=30.22%
G=37.91%
B=31.87%

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
Decimal1652071740.2000.160.19132.8630.4372.94
HexA5CFAE1401013851e49
Octal245317256240202320536111
Binary101001011100111110101110101000100001001110000101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFAE; }

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

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

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

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

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

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

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

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