Html Css Color HEX #A0BEA9 Gum Leaf

📋 copy color: '#A0BEA9'

red 160 ◦ green 190 ◦ blue 169

#A0BEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #A0BEA9

Tints of Gum Leaf #A0BEA9

RGB

 RED value IS 160 (62.89% from 255) = 30.83%

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 30.83%
G = 36.61%
B = 32.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A0BEA9 (or 0xA0BEA9) is known color: Gum Leaf. HEX triplet: A0, BE and A9. RGB value is (160,190,169). Sum of RGB (Red+Green+Blue) = 160+190+169=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA9 is #5F4156. Grayscale: #B2B2B2. Windows color (decimal): -6242647 or 11124384. OLE color: 11124384.

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

Color convert

RGB 160 190 169 -
CMYK 0.16 0 0.11 0.25
HSL 138º 0.19% 0.69% -
HSV(B) 138º 0.16% 0.75% -
XYZ 40.07 47.17 44.53 -
YUV 178.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 160 190 169 0.16 0 0.11 0.25 138 0.19 0.69
Hex A0 BE A9 10 0 B 19 8A 13 45
Octal 240 276 251 20 0 13 31 212 23 105
Binary 10100000 10111110 10101001 10000 0 1011 11001 10001010 10011 1000101

Color Harmonies of #A0BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEA9

Black with #A0BEA9

Text Example


Text Example

White with #A0BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEA9; }

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

 H1.HeaderClassName
 {
   color: #A0BEA9;
 }
 .AnyTagClassName
 {
   color: #A0BEA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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