Html Css Color HEX #A2C496 Spring Rain

📋 copy color: '#A2C496'

red 162 ◦ green 196 ◦ blue 150

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

Shades of Spring Rain #A2C496

Tints of Spring Rain #A2C496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 31.89%
G = 38.58%
B = 29.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#A2C496 (or 0xA2C496) is known color: Spring Rain. HEX triplet: A2, C4 and 96. RGB value is (162,196,150). Sum of RGB (Red+Green+Blue) = 162+196+150=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C496 is #5D3B69. Grayscale: #B4B4B4. Windows color (decimal): -6110058 or 9880738. OLE color: 9880738.

HSL color Cylindrical-coordinate representation of color #A2C496: hue angle of 104.35º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C496 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 150 -
CMYK 0.17 0 0.23 0.23
HSL 104.35º 0.28% 0.68% -
HSV(B) 104.35º 0.23% 0.77% -
XYZ 40.15 49.36 36.27 -
YUV 180.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 162 196 150 0.17 0 0.23 0.23 104.35 0.28 0.68
Hex A2 C4 96 11 0 17 17 68 1C 44
Octal 242 304 226 21 0 27 27 150 34 104
Binary 10100010 11000100 10010110 10001 0 10111 10111 1101000 11100 1000100

Color Harmonies of #A2C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C496

Black with #A2C496

Text Example


Text Example

White with #A2C496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C496; }

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

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

background-color css

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

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

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

border-color css

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

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

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