Html Css Color HEX #A1C396 Spring Rain

📋 copy color: '#A1C396'

red 161 ◦ green 195 ◦ blue 150

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

Shades of Spring Rain #A1C396

Tints of Spring Rain #A1C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

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

R = 31.82%
G = 38.54%
B = 29.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A1C396 (or 0xA1C396) is known color: Spring Rain. HEX triplet: A1, C3 and 96. RGB value is (161,195,150). Sum of RGB (Red+Green+Blue) = 161+195+150=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C396 is #5E3C69. Grayscale: #B3B3B3. Windows color (decimal): -6175850 or 9880481. OLE color: 9880481.

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

Color convert

RGB 161 195 150 -
CMYK 0.17 0 0.23 0.24
HSL 105.33º 0.27% 0.68% -
HSV(B) 105.33º 0.23% 0.76% -
XYZ 39.72 48.81 36.18 -
YUV 179.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 161 195 150 0.17 0 0.23 0.24 105.33 0.27 0.68
Hex A1 C3 96 11 0 17 18 69 1B 44
Octal 241 303 226 21 0 27 30 151 33 104
Binary 10100001 11000011 10010110 10001 0 10111 11000 1101001 11011 1000100

Color Harmonies of #A1C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C396

Black with #A1C396

Text Example


Text Example

White with #A1C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C396; }

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

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

background-color css

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

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

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

border-color css

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

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

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