Html Css Color HEX #A2C29E Spring Rain

📋 copy color: '#A2C29E'

red 162 ◦ green 194 ◦ blue 158

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

Shades of Spring Rain #A2C29E

Tints of Spring Rain #A2C29E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 31.52%
G = 37.74%
B = 30.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#A2C29E (or 0xA2C29E) is known color: Spring Rain. HEX triplet: A2, C2 and 9E. RGB value is (162,194,158). Sum of RGB (Red+Green+Blue) = 162+194+158=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29E is #5D3D61. Grayscale: #B4B4B4. Windows color (decimal): -6110562 or 10404514. OLE color: 10404514.

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

Color convert

RGB 162 194 158 -
CMYK 0.16 0 0.19 0.24
HSL 113.33º 0.23% 0.69% -
HSV(B) 113.33º 0.19% 0.76% -
XYZ 40.36 48.73 39.63 -
YUV 180.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 162 194 158 0.16 0 0.19 0.24 113.33 0.23 0.69
Hex A2 C2 9E 10 0 13 18 71 17 45
Octal 242 302 236 20 0 23 30 161 27 105
Binary 10100010 11000010 10011110 10000 0 10011 11000 1110001 10111 1000101

Color Harmonies of #A2C29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C29E

Black with #A2C29E

Text Example


Text Example

White with #A2C29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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