Html Css Color HEX #A0C490 Spring Rain

📋 copy color: '#A0C490'

red 160 ◦ green 196 ◦ blue 144

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

Shades of Spring Rain #A0C490

Tints of Spring Rain #A0C490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 32%
G = 39.2%
B = 28.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A0C490 (or 0xA0C490) is known color: Spring Rain. HEX triplet: A0, C4 and 90. RGB value is (160,196,144). Sum of RGB (Red+Green+Blue) = 160+196+144=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C490 is #5F3B6F. Grayscale: #B3B3B3. Windows color (decimal): -6241136 or 9487520. OLE color: 9487520.

HSL color Cylindrical-coordinate representation of color #A0C490: hue angle of 101.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C490 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 144 -
CMYK 0.18 0 0.27 0.23
HSL 101.54º 0.31% 0.67% -
HSV(B) 101.54º 0.27% 0.77% -
XYZ 39.27 48.97 33.77 -
YUV 179.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 160 196 144 0.18 0 0.27 0.23 101.54 0.31 0.67
Hex A0 C4 90 12 0 1B 17 66 1F 43
Octal 240 304 220 22 0 33 27 146 37 103
Binary 10100000 11000100 10010000 10010 0 11011 10111 1100110 11111 1000011

Color Harmonies of #A0C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C490

Black with #A0C490

Text Example


Text Example

White with #A0C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C490; }

 p { color: rgb(160,196,144); }

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

background-color css

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

 a { background-color: rgb(160,196,144); }

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

border-color css

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

 span { border-color: rgb(160,196,144); }

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