Html Css Color HEX #A1C192 Spring Rain

📋 copy color: '#A1C192'

red 161 ◦ green 193 ◦ blue 146

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

Shades of Spring Rain #A1C192

Tints of Spring Rain #A1C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 32.2%
G = 38.6%
B = 29.2%

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

#A1C192 (or 0xA1C192) is known color: Spring Rain. HEX triplet: A1, C1 and 92. RGB value is (161,193,146). Sum of RGB (Red+Green+Blue) = 161+193+146=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C192 is #5E3E6D. Grayscale: #B2B2B2. Windows color (decimal): -6176366 or 9617825. OLE color: 9617825.

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

Color convert

RGB 161 193 146 -
CMYK 0.17 0 0.24 0.24
HSL 100.85º 0.27% 0.66% -
HSV(B) 100.85º 0.24% 0.76% -
XYZ 38.96 47.79 34.37 -
YUV 178.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 161 193 146 0.17 0 0.24 0.24 100.85 0.27 0.66
Hex A1 C1 92 11 0 18 18 65 1B 42
Octal 241 301 222 21 0 30 30 145 33 102
Binary 10100001 11000001 10010010 10001 0 11000 11000 1100101 11011 1000010

Color Harmonies of #A1C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C192

Black with #A1C192

Text Example


Text Example

White with #A1C192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C192; }

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

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

background-color css

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

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

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

border-color css

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

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

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