#A0BEA4

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

Shades of Gum Leaf #A0BEA4

Tints of Gum Leaf #A0BEA4

Color information

#A0BEA4 (or 0xA0BEA4) is unknown color: approx Gum Leaf. HEX triplet: A0, BE and A4. RGB value is (160,190,164). Sum of RGB (Red+Green+Blue) = 160+190+164=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA4 is #5F415B. Grayscale: #B2B2B2. Windows color (decimal): -6242652 or 10796704. OLE color: 10796704.

HSL color Cylindrical-coordinate representation of color #A0BEA4: hue angle of 128º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEA4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB160190164-
CMYK0.1600.140.25
HSL128º18.75%68.63%-
HSV(B)128º15.79%74.51%-
XYZ39.6146.9842.1-
YUV178.07120.06115.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=31.13%
G=36.96%
B=31.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901640.1600.140.2512818.7568.63
HexA0BEA4100E19801345
Octal240276244200163120023105
Binary10100000101111101010010010000011101100110000000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEA4; }

 p { color: rgb(160,190,164); }

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

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

 a { background-color: rgb(160,190,164); }

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

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

 span { border-color: rgb(160,190,164); }

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