Html Css Color HEX #A0C193 Spring Rain

📋 copy color: '#A0C193'

red 160 ◦ green 193 ◦ blue 147

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

Shades of Spring Rain #A0C193

Tints of Spring Rain #A0C193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 32%
G = 38.6%
B = 29.4%

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

#A0C193 (or 0xA0C193) is known color: Spring Rain. HEX triplet: A0, C1 and 93. RGB value is (160,193,147). Sum of RGB (Red+Green+Blue) = 160+193+147=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C193 is #5F3E6C. Grayscale: #B2B2B2. Windows color (decimal): -6241901 or 9683360. OLE color: 9683360.

HSL color Cylindrical-coordinate representation of color #A0C193: hue angle of 103.04º degrees, saturation: 0.27, 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 #A0C193 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 147 -
CMYK 0.17 0 0.24 0.24
HSL 103.04º 0.27% 0.67% -
HSV(B) 103.04º 0.24% 0.76% -
XYZ 38.83 47.72 34.77 -
YUV 177.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 160 193 147 0.17 0 0.24 0.24 103.04 0.27 0.67
Hex A0 C1 93 11 0 18 18 67 1B 43
Octal 240 301 223 21 0 30 30 147 33 103
Binary 10100000 11000001 10010011 10001 0 11000 11000 1100111 11011 1000011

Color Harmonies of #A0C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C193

Black with #A0C193

Text Example


Text Example

White with #A0C193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C193; }

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

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

background-color css

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

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

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

border-color css

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

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

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