Html Css Color HEX #A1C596 Spring Rain

📋 copy color: '#A1C596'

red 161 ◦ green 197 ◦ blue 150

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

Shades of Spring Rain #A1C596

Tints of Spring Rain #A1C596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

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

R = 31.69%
G = 38.78%
B = 29.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#A1C596 (or 0xA1C596) is known color: Spring Rain. HEX triplet: A1, C5 and 96. RGB value is (161,197,150). Sum of RGB (Red+Green+Blue) = 161+197+150=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C596 is #5E3A69. Grayscale: #B5B5B5. Windows color (decimal): -6175338 or 9880993. OLE color: 9880993.

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

Color convert

RGB 161 197 150 -
CMYK 0.18 0 0.24 0.23
HSL 105.96º 0.29% 0.68% -
HSV(B) 105.96º 0.24% 0.77% -
XYZ 40.17 49.71 36.33 -
YUV 180.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 161 197 150 0.18 0 0.24 0.23 105.96 0.29 0.68
Hex A1 C5 96 12 0 18 17 6A 1D 44
Octal 241 305 226 22 0 30 27 152 35 104
Binary 10100001 11000101 10010110 10010 0 11000 10111 1101010 11101 1000100

Color Harmonies of #A1C596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C596

Black with #A1C596

Text Example


Text Example

White with #A1C596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C596; }

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

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

background-color css

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

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

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

border-color css

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

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

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