Html Css Color HEX #A1C095 Spring Rain

📋 copy color: '#A1C095'

red 161 ◦ green 192 ◦ blue 149

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

Shades of Spring Rain #A1C095

Tints of Spring Rain #A1C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 32.07%
G = 38.25%
B = 29.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A1C095 (or 0xA1C095) is known color: Spring Rain. HEX triplet: A1, C0 and 95. RGB value is (161,192,149). Sum of RGB (Red+Green+Blue) = 161+192+149=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C095 is #5E3F6A. Grayscale: #B1B1B1. Windows color (decimal): -6176619 or 9814177. OLE color: 9814177.

HSL color Cylindrical-coordinate representation of color #A1C095: hue angle of 103.26º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1C095 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 149 -
CMYK 0.16 0 0.22 0.25
HSL 103.26º 0.25% 0.67% -
HSV(B) 103.26º 0.22% 0.75% -
XYZ 38.97 47.45 35.54 -
YUV 177.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 161 192 149 0.16 0 0.22 0.25 103.26 0.25 0.67
Hex A1 C0 95 10 0 16 19 67 19 43
Octal 241 300 225 20 0 26 31 147 31 103
Binary 10100001 11000000 10010101 10000 0 10110 11001 1100111 11001 1000011

Color Harmonies of #A1C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C095

Black with #A1C095

Text Example


Text Example

White with #A1C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C095; }

 p { color: rgb(161,192,149); }

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

background-color css

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

 a { background-color: rgb(161,192,149); }

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

border-color css

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

 span { border-color: rgb(161,192,149); }

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