Html Css Color HEX #A1C395 Spring Rain

📋 copy color: '#A1C395'

red 161 ◦ green 195 ◦ blue 149

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

Shades of Spring Rain #A1C395

Tints of Spring Rain #A1C395

RGB

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

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

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

R = 31.88%
G = 38.61%
B = 29.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A1C395 (or 0xA1C395) is known color: Spring Rain. HEX triplet: A1, C3 and 95. RGB value is (161,195,149). Sum of RGB (Red+Green+Blue) = 161+195+149=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C395 is #5E3C6A. Grayscale: #B3B3B3. Windows color (decimal): -6175851 or 9814945. OLE color: 9814945.

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

Color convert

RGB 161 195 149 -
CMYK 0.17 0 0.24 0.24
HSL 104.35º 0.28% 0.67% -
HSV(B) 104.35º 0.24% 0.76% -
XYZ 39.64 48.78 35.76 -
YUV 179.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 161 195 149 0.17 0 0.24 0.24 104.35 0.28 0.67
Hex A1 C3 95 11 0 18 18 68 1C 43
Octal 241 303 225 21 0 30 30 150 34 103
Binary 10100001 11000011 10010101 10001 0 11000 11000 1101000 11100 1000011

Color Harmonies of #A1C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C395

Black with #A1C395

Text Example


Text Example

White with #A1C395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C395; }

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

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

background-color css

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

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

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

border-color css

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

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

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