Html Css Color HEX #A0C191 Spring Rain

📋 copy color: '#A0C191'

red 160 ◦ green 193 ◦ blue 145

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

Shades of Spring Rain #A0C191

Tints of Spring Rain #A0C191

RGB

 RED value IS 160 (62.89% from 255) = 32.13%

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

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 32.13%
G = 38.76%
B = 29.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A0C191 (or 0xA0C191) is known color: Spring Rain. HEX triplet: A0, C1 and 91. RGB value is (160,193,145). Sum of RGB (Red+Green+Blue) = 160+193+145=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C191 is #5F3E6E. Grayscale: #B1B1B1. Windows color (decimal): -6241903 or 9552288. OLE color: 9552288.

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

Color convert

RGB 160 193 145 -
CMYK 0.17 0 0.25 0.24
HSL 101.25º 0.28% 0.66% -
HSV(B) 101.25º 0.25% 0.76% -
XYZ 38.68 47.66 33.95 -
YUV 177.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 160 193 145 0.17 0 0.25 0.24 101.25 0.28 0.66
Hex A0 C1 91 11 0 19 18 65 1C 42
Octal 240 301 221 21 0 31 30 145 34 102
Binary 10100000 11000001 10010001 10001 0 11001 11000 1100101 11100 1000010

Color Harmonies of #A0C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C191

Black with #A0C191

Text Example


Text Example

White with #A0C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C191; }

 p { color: rgb(160,193,145); }

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

background-color css

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

 a { background-color: rgb(160,193,145); }

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

border-color css

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

 span { border-color: rgb(160,193,145); }

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