Html Css Color HEX #A1C096 Spring Rain

📋 copy color: '#A1C096'

red 161 ◦ green 192 ◦ blue 150

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

Shades of Spring Rain #A1C096

Tints of Spring Rain #A1C096

RGB

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

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

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

R = 32.01%
G = 38.17%
B = 29.82%

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

#A1C096 (or 0xA1C096) is known color: Spring Rain. HEX triplet: A1, C0 and 96. RGB value is (161,192,150). Sum of RGB (Red+Green+Blue) = 161+192+150=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C096 is #5E3F69. Grayscale: #B2B2B2. Windows color (decimal): -6176618 or 9879713. OLE color: 9879713.

HSL color Cylindrical-coordinate representation of color #A1C096: hue angle of 104.29º 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 #A1C096 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 150 -
CMYK 0.16 0 0.22 0.25
HSL 104.29º 0.25% 0.67% -
HSV(B) 104.29º 0.22% 0.75% -
XYZ 39.05 47.48 35.96 -
YUV 177.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 161 192 150 0.16 0 0.22 0.25 104.29 0.25 0.67
Hex A1 C0 96 10 0 16 19 68 19 43
Octal 241 300 226 20 0 26 31 150 31 103
Binary 10100001 11000000 10010110 10000 0 10110 11001 1101000 11001 1000011

Color Harmonies of #A1C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C096

Black with #A1C096

Text Example


Text Example

White with #A1C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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