Html Css Color HEX #A1C196 Spring Rain

📋 copy color: '#A1C196'

red 161 ◦ green 193 ◦ blue 150

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

Shades of Spring Rain #A1C196

Tints of Spring Rain #A1C196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 31.94%
G = 38.29%
B = 29.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A1C196 (or 0xA1C196) is known color: Spring Rain. HEX triplet: A1, C1 and 96. RGB value is (161,193,150). Sum of RGB (Red+Green+Blue) = 161+193+150=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C196 is #5E3E69. Grayscale: #B2B2B2. Windows color (decimal): -6176362 or 9879969. OLE color: 9879969.

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

Color convert

RGB 161 193 150 -
CMYK 0.17 0 0.22 0.24
HSL 104.65º 0.26% 0.67% -
HSV(B) 104.65º 0.22% 0.76% -
XYZ 39.27 47.92 36.03 -
YUV 178.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 161 193 150 0.17 0 0.22 0.24 104.65 0.26 0.67
Hex A1 C1 96 11 0 16 18 69 1A 43
Octal 241 301 226 21 0 26 30 151 32 103
Binary 10100001 11000001 10010110 10001 0 10110 11000 1101001 11010 1000011

Color Harmonies of #A1C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C196

Black with #A1C196

Text Example


Text Example

White with #A1C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C196; }

 p { color: rgb(161,193,150); }

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

background-color css

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

 a { background-color: rgb(161,193,150); }

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

border-color css

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

 span { border-color: rgb(161,193,150); }

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