Html Css Color HEX #A2C19E Spring Rain

📋 copy color: '#A2C19E'

red 162 ◦ green 193 ◦ blue 158

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

Shades of Spring Rain #A2C19E

Tints of Spring Rain #A2C19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 31.58%
G = 37.62%
B = 30.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#A2C19E (or 0xA2C19E) is known color: Spring Rain. HEX triplet: A2, C1 and 9E. RGB value is (162,193,158). Sum of RGB (Red+Green+Blue) = 162+193+158=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C19E is #5D3E61. Grayscale: #B3B3B3. Windows color (decimal): -6110818 or 10404258. OLE color: 10404258.

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

Color convert

RGB 162 193 158 -
CMYK 0.16 0 0.18 0.24
HSL 113.14º 0.22% 0.69% -
HSV(B) 113.14º 0.18% 0.76% -
XYZ 40.14 48.29 39.55 -
YUV 179.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 162 193 158 0.16 0 0.18 0.24 113.14 0.22 0.69
Hex A2 C1 9E 10 0 12 18 71 16 45
Octal 242 301 236 20 0 22 30 161 26 105
Binary 10100010 11000001 10011110 10000 0 10010 11000 1110001 10110 1000101

Color Harmonies of #A2C19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C19E

Black with #A2C19E

Text Example


Text Example

White with #A2C19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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