Html Css Color HEX #A0C891 Spring Rain

📋 copy color: '#A0C891'

red 160 ◦ green 200 ◦ blue 145

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

Shades of Spring Rain #A0C891

Tints of Spring Rain #A0C891

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.6%

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

R = 31.68%
G = 39.6%
B = 28.71%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#A0C891 (or 0xA0C891) is known color: Spring Rain. HEX triplet: A0, C8 and 91. RGB value is (160,200,145). Sum of RGB (Red+Green+Blue) = 160+200+145=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C891 is #5F376E. Grayscale: #B5B5B5. Windows color (decimal): -6240111 or 9554080. OLE color: 9554080.

HSL color Cylindrical-coordinate representation of color #A0C891: hue angle of 103.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C891 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 145 -
CMYK 0.2 0 0.28 0.22
HSL 103.64º 0.33% 0.68% -
HSV(B) 103.64º 0.28% 0.78% -
XYZ 40.26 50.83 34.48 -
YUV 181.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 160 200 145 0.2 0 0.28 0.22 103.64 0.33 0.68
Hex A0 C8 91 14 0 1C 16 68 21 44
Octal 240 310 221 24 0 34 26 150 41 104
Binary 10100000 11001000 10010001 10100 0 11100 10110 1101000 100001 1000100

Color Harmonies of #A0C891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C891

Black with #A0C891

Text Example


Text Example

White with #A0C891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C891; }

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

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

background-color css

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

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

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

border-color css

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

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

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