Html Css Color HEX #A1C49F Spring Rain

📋 copy color: '#A1C49F'

red 161 ◦ green 196 ◦ blue 159

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

Shades of Spring Rain #A1C49F

Tints of Spring Rain #A1C49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 31.2%
G = 37.98%
B = 30.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#A1C49F (or 0xA1C49F) is known color: Spring Rain. HEX triplet: A1, C4 and 9F. RGB value is (161,196,159). Sum of RGB (Red+Green+Blue) = 161+196+159=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C49F is #5E3B60. Grayscale: #B5B5B5. Windows color (decimal): -6175585 or 10470561. OLE color: 10470561.

HSL color Cylindrical-coordinate representation of color #A1C49F: hue angle of 116.76º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1C49F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 159 -
CMYK 0.18 0 0.19 0.23
HSL 116.76º 0.24% 0.7% -
HSV(B) 116.76º 0.19% 0.77% -
XYZ 40.7 49.56 40.22 -
YUV 181.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 161 196 159 0.18 0 0.19 0.23 116.76 0.24 0.7
Hex A1 C4 9F 12 0 13 17 75 18 46
Octal 241 304 237 22 0 23 27 165 30 106
Binary 10100001 11000100 10011111 10010 0 10011 10111 1110101 11000 1000110

Color Harmonies of #A1C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C49F

Black with #A1C49F

Text Example


Text Example

White with #A1C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C49F; }

 p { color: rgb(161,196,159); }

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

background-color css

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

 a { background-color: rgb(161,196,159); }

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

border-color css

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

 span { border-color: rgb(161,196,159); }

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