Html Css Color HEX #A2C195 Spring Rain

📋 copy color: '#A2C195'

red 162 ◦ green 193 ◦ blue 149

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

Shades of Spring Rain #A2C195

Tints of Spring Rain #A2C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 32.14%
G = 38.29%
B = 29.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A2C195 (or 0xA2C195) is known color: Spring Rain. HEX triplet: A2, C1 and 95. RGB value is (162,193,149). Sum of RGB (Red+Green+Blue) = 162+193+149=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C195 is #5D3E6A. Grayscale: #B2B2B2. Windows color (decimal): -6110827 or 9814434. OLE color: 9814434.

HSL color Cylindrical-coordinate representation of color #A2C195: hue angle of 102.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C195 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 149 -
CMYK 0.16 0 0.23 0.24
HSL 102.27º 0.26% 0.67% -
HSV(B) 102.27º 0.23% 0.76% -
XYZ 39.4 47.99 35.62 -
YUV 178.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 162 193 149 0.16 0 0.23 0.24 102.27 0.26 0.67
Hex A2 C1 95 10 0 17 18 66 1A 43
Octal 242 301 225 20 0 27 30 146 32 103
Binary 10100010 11000001 10010101 10000 0 10111 11000 1100110 11010 1000011

Color Harmonies of #A2C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C195

Black with #A2C195

Text Example


Text Example

White with #A2C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C195; }

 p { color: rgb(162,193,149); }

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

background-color css

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

 a { background-color: rgb(162,193,149); }

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

border-color css

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

 span { border-color: rgb(162,193,149); }

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