Html Css Color HEX #A1C2AD Gum Leaf

📋 copy color: '#A1C2AD'

red 161 ◦ green 194 ◦ blue 173

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

Shades of Gum Leaf #A1C2AD

Tints of Gum Leaf #A1C2AD

RGB

 RED value IS 161 (63.28% from 255) = 30.49%

 GREEN value IS 194 (76.17% from 255) = 36.74%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 30.49%
G = 36.74%
B = 32.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#A1C2AD (or 0xA1C2AD) is known color: Gum Leaf. HEX triplet: A1, C2 and AD. RGB value is (161,194,173). Sum of RGB (Red+Green+Blue) = 161+194+173=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2AD is #5E3D52. Grayscale: #B5B5B5. Windows color (decimal): -6176083 or 11387553. OLE color: 11387553.

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

Color convert

RGB 161 194 173 -
CMYK 0.17 0 0.11 0.24
HSL 141.82º 0.21% 0.7% -
HSV(B) 141.82º 0.17% 0.76% -
XYZ 41.53 49.18 46.84 -
YUV 181.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 161 194 173 0.17 0 0.11 0.24 141.82 0.21 0.7
Hex A1 C2 AD 11 0 B 18 8E 15 46
Octal 241 302 255 21 0 13 30 216 25 106
Binary 10100001 11000010 10101101 10001 0 1011 11000 10001110 10101 1000110

Color Harmonies of #A1C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2AD

Black with #A1C2AD

Text Example


Text Example

White with #A1C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2AD; }

 p { color: rgb(161,194,173); }

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

background-color css

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

 a { background-color: rgb(161,194,173); }

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

border-color css

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

 span { border-color: rgb(161,194,173); }

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