Html Css Color HEX #A2C394 Spring Rain

📋 copy color: '#A2C394'

red 162 ◦ green 195 ◦ blue 148

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

Shades of Spring Rain #A2C394

Tints of Spring Rain #A2C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.61%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 32.08%
G = 38.61%
B = 29.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A2C394 (or 0xA2C394) is known color: Spring Rain. HEX triplet: A2, C3 and 94. RGB value is (162,195,148). Sum of RGB (Red+Green+Blue) = 162+195+148=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C394 is #5D3C6B. Grayscale: #B3B3B3. Windows color (decimal): -6110316 or 9749410. OLE color: 9749410.

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

Color convert

RGB 162 195 148 -
CMYK 0.17 0 0.24 0.24
HSL 102.13º 0.28% 0.67% -
HSV(B) 102.13º 0.24% 0.76% -
XYZ 39.76 48.85 35.35 -
YUV 179.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 162 195 148 0.17 0 0.24 0.24 102.13 0.28 0.67
Hex A2 C3 94 11 0 18 18 66 1C 43
Octal 242 303 224 21 0 30 30 146 34 103
Binary 10100010 11000011 10010100 10001 0 11000 11000 1100110 11100 1000011

Color Harmonies of #A2C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C394

Black with #A2C394

Text Example


Text Example

White with #A2C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C394; }

 p { color: rgb(162,195,148); }

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

background-color css

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

 a { background-color: rgb(162,195,148); }

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

border-color css

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

 span { border-color: rgb(162,195,148); }

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