Html Css Color HEX #A2C1A5 Gum Leaf

📋 copy color: '#A2C1A5'

red 162 ◦ green 193 ◦ blue 165

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

Shades of Gum Leaf #A2C1A5

Tints of Gum Leaf #A2C1A5

RGB

 RED value IS 162 (63.67% from 255) = 31.15%

 GREEN value IS 193 (75.78% from 255) = 37.12%

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 31.15%
G = 37.12%
B = 31.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#A2C1A5 (or 0xA2C1A5) is known color: Gum Leaf. HEX triplet: A2, C1 and A5. RGB value is (162,193,165). Sum of RGB (Red+Green+Blue) = 162+193+165=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C1A5 is #5D3E5A. Grayscale: #B4B4B4. Windows color (decimal): -6110811 or 10863010. OLE color: 10863010.

HSL color Cylindrical-coordinate representation of color #A2C1A5: hue angle of 125.81º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C1A5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 165 -
CMYK 0.16 0 0.15 0.24
HSL 125.81º 0.2% 0.7% -
HSV(B) 125.81º 0.16% 0.76% -
XYZ 40.76 48.54 42.82 -
YUV 180.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 162 193 165 0.16 0 0.15 0.24 125.81 0.2 0.7
Hex A2 C1 A5 10 0 F 18 7E 14 46
Octal 242 301 245 20 0 17 30 176 24 106
Binary 10100010 11000001 10100101 10000 0 1111 11000 1111110 10100 1000110

Color Harmonies of #A2C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C1A5

Black with #A2C1A5

Text Example


Text Example

White with #A2C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C1A5; }

 p { color: rgb(162,193,165); }

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

background-color css

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

 a { background-color: rgb(162,193,165); }

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

border-color css

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

 span { border-color: rgb(162,193,165); }

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