Html Css Color HEX #A1C0A1 Spring Rain

📋 copy color: '#A1C0A1'

red 161 ◦ green 192 ◦ blue 161

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

Shades of Spring Rain #A1C0A1

Tints of Spring Rain #A1C0A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.32%

R = 31.32%
G = 37.35%
B = 31.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A1C0A1 (or 0xA1C0A1) is known color: Spring Rain. HEX triplet: A1, C0 and A1. RGB value is (161,192,161). Sum of RGB (Red+Green+Blue) = 161+192+161=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0A1 is #5E3F5E. Grayscale: #B3B3B3. Windows color (decimal): -6176607 or 10600609. OLE color: 10600609.

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

Color convert

RGB 161 192 161 -
CMYK 0.16 0 0.16 0.25
HSL 120º 0.2% 0.69% -
HSV(B) 120º 0.16% 0.75% -
XYZ 39.98 47.85 40.85 -
YUV 179.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 161 192 161 0.16 0 0.16 0.25 120 0.2 0.69
Hex A1 C0 A1 10 0 10 19 78 14 45
Octal 241 300 241 20 0 20 31 170 24 105
Binary 10100001 11000000 10100001 10000 0 10000 11001 1111000 10100 1000101

Color Harmonies of #A1C0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C0A1

Black with #A1C0A1

Text Example


Text Example

White with #A1C0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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