#A4CEAF

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

Shades of Gum Leaf #A4CEAF

Tints of Gum Leaf #A4CEAF

Color information

#A4CEAF (or 0xA4CEAF) is unknown color: approx Gum Leaf. HEX triplet: A4, CE and AF. RGB value is (164,206,175). Sum of RGB (Red+Green+Blue) = 164+206+175=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEAF is #5B3150. Grayscale: #BDBDBD. Windows color (decimal): -5976401 or 11521700. OLE color: 11521700.

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

Color convert

RGB164206175-
CMYK0.2000.150.19
HSL135.71º30%72.55%-
HSV(B)135.71º20.39%80.78%-
XYZ45.1255.1348.82-
YUV189.91119.59109.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=30.09%
G=37.80%
B=32.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061750.2000.150.19135.713072.55
HexA4CEAF140F13881e49
Octal244316257240172321036111
Binary10100100110011101010111110100011111001110001000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEAF; }

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

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

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

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

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

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

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

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