#A4CFAF

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

Shades of Gum Leaf #A4CFAF

Tints of Gum Leaf #A4CFAF

Color information

#A4CFAF (or 0xA4CFAF) is unknown color: approx Gum Leaf. HEX triplet: A4, CF and AF. RGB value is (164,207,175). Sum of RGB (Red+Green+Blue) = 164+207+175=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAF is #5B3050. Grayscale: #BEBEBE. Windows color (decimal): -5976145 or 11521956. OLE color: 11521956.

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

Color convert

RGB164207175-
CMYK0.2100.150.19
HSL135.35º30.94%72.75%-
HSV(B)135.35º20.77%81.18%-
XYZ45.3655.6148.9-
YUV190.49119.25109.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=30.04%
G=37.91%
B=32.05%

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
Decimal1642071750.2100.150.19135.3530.9472.75
HexA4CFAF150F13871f49
Octal244317257250172320737111
Binary10100100110011111010111110101011111001110000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFAF; }

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

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

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

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

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

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

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

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