Html Css Color HEX #A2C49C Spring Rain

📋 copy color: '#A2C49C'

red 162 ◦ green 196 ◦ blue 156

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

Shades of Spring Rain #A2C49C

Tints of Spring Rain #A2C49C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 156 (61.33% from 255) = 30.35%

R = 31.52%
G = 38.13%
B = 30.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#A2C49C (or 0xA2C49C) is known color: Spring Rain. HEX triplet: A2, C4 and 9C. RGB value is (162,196,156). Sum of RGB (Red+Green+Blue) = 162+196+156=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C49C is #5D3B63. Grayscale: #B5B5B5. Windows color (decimal): -6110052 or 10273954. OLE color: 10273954.

HSL color Cylindrical-coordinate representation of color #A2C49C: hue angle of 111º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C49C is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 156 -
CMYK 0.17 0 0.20 0.23
HSL 111º 0.25% 0.69% -
HSV(B) 111º 0.2% 0.77% -
XYZ 40.64 49.56 38.88 -
YUV 181.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 162 196 156 0.17 0 0.20 0.23 111 0.25 0.69
Hex A2 C4 9C 11 0 14 17 6F 19 45
Octal 242 304 234 21 0 24 27 157 31 105
Binary 10100010 11000100 10011100 10001 0 10100 10111 1101111 11001 1000101

Color Harmonies of #A2C49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C49C

Black with #A2C49C

Text Example


Text Example

White with #A2C49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C49C; }

 p { color: rgb(162,196,156); }

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

background-color css

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

 a { background-color: rgb(162,196,156); }

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

border-color css

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

 span { border-color: rgb(162,196,156); }

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