Html Css Color HEX #A0C391 Spring Rain

📋 copy color: '#A0C391'

red 160 ◦ green 195 ◦ blue 145

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

Shades of Spring Rain #A0C391

Tints of Spring Rain #A0C391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

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

R = 32%
G = 39%
B = 29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A0C391 (or 0xA0C391) is known color: Spring Rain. HEX triplet: A0, C3 and 91. RGB value is (160,195,145). Sum of RGB (Red+Green+Blue) = 160+195+145=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C391 is #5F3C6E. Grayscale: #B3B3B3. Windows color (decimal): -6241391 or 9552800. OLE color: 9552800.

HSL color Cylindrical-coordinate representation of color #A0C391: hue angle of 102º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0C391 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 145 -
CMYK 0.18 0 0.26 0.24
HSL 102º 0.29% 0.67% -
HSV(B) 102º 0.26% 0.76% -
XYZ 39.12 48.55 34.1 -
YUV 178.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 160 195 145 0.18 0 0.26 0.24 102 0.29 0.67
Hex A0 C3 91 12 0 1A 18 66 1D 43
Octal 240 303 221 22 0 32 30 146 35 103
Binary 10100000 11000011 10010001 10010 0 11010 11000 1100110 11101 1000011

Color Harmonies of #A0C391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C391

Black with #A0C391

Text Example


Text Example

White with #A0C391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C391; }

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

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

background-color css

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

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

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

border-color css

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

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

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