Html Css Color HEX #A0C291 Spring Rain

📋 copy color: '#A0C291'

red 160 ◦ green 194 ◦ blue 145

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

Shades of Spring Rain #A0C291

Tints of Spring Rain #A0C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

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

R = 32.06%
G = 38.88%
B = 29.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A0C291 (or 0xA0C291) is known color: Spring Rain. HEX triplet: A0, C2 and 91. RGB value is (160,194,145). Sum of RGB (Red+Green+Blue) = 160+194+145=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C291 is #5F3D6E. Grayscale: #B2B2B2. Windows color (decimal): -6241647 or 9552544. OLE color: 9552544.

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

Color convert

RGB 160 194 145 -
CMYK 0.18 0 0.25 0.24
HSL 101.63º 0.29% 0.66% -
HSV(B) 101.63º 0.25% 0.76% -
XYZ 38.9 48.1 34.02 -
YUV 178.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 160 194 145 0.18 0 0.25 0.24 101.63 0.29 0.66
Hex A0 C2 91 12 0 19 18 66 1D 42
Octal 240 302 221 22 0 31 30 146 35 102
Binary 10100000 11000010 10010001 10010 0 11001 11000 1100110 11101 1000010

Color Harmonies of #A0C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C291

Black with #A0C291

Text Example


Text Example

White with #A0C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C291; }

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

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

background-color css

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

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

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

border-color css

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

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

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