Html Css Color HEX #A2C490 Spring Rain

📋 copy color: '#A2C490'

red 162 ◦ green 196 ◦ blue 144

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

Shades of Spring Rain #A2C490

Tints of Spring Rain #A2C490

RGB

 RED value IS 162 (63.67% from 255) = 32.27%

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

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

R = 32.27%
G = 39.04%
B = 28.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A2C490 (or 0xA2C490) is known color: Spring Rain. HEX triplet: A2, C4 and 90. RGB value is (162,196,144). Sum of RGB (Red+Green+Blue) = 162+196+144=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C490 is #5D3B6F. Grayscale: #B4B4B4. Windows color (decimal): -6110064 or 9487522. OLE color: 9487522.

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

Color convert

RGB 162 196 144 -
CMYK 0.17 0 0.27 0.23
HSL 99.23º 0.31% 0.67% -
HSV(B) 99.23º 0.27% 0.77% -
XYZ 39.67 49.17 33.79 -
YUV 179.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 162 196 144 0.17 0 0.27 0.23 99.23 0.31 0.67
Hex A2 C4 90 11 0 1B 17 63 1F 43
Octal 242 304 220 21 0 33 27 143 37 103
Binary 10100010 11000100 10010000 10001 0 11011 10111 1100011 11111 1000011

Color Harmonies of #A2C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C490

Black with #A2C490

Text Example


Text Example

White with #A2C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C490; }

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

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

background-color css

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

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

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

border-color css

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

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

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