Html Css Color HEX #A2C494 Spring Rain

📋 copy color: '#A2C494'

red 162 ◦ green 196 ◦ blue 148

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

Shades of Spring Rain #A2C494

Tints of Spring Rain #A2C494

RGB

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

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

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

R = 32.02%
G = 38.74%
B = 29.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#A2C494 (or 0xA2C494) is known color: Spring Rain. HEX triplet: A2, C4 and 94. RGB value is (162,196,148). Sum of RGB (Red+Green+Blue) = 162+196+148=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C494 is #5D3B6B. Grayscale: #B4B4B4. Windows color (decimal): -6110060 or 9749666. OLE color: 9749666.

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

Color convert

RGB 162 196 148 -
CMYK 0.17 0 0.24 0.23
HSL 102.5º 0.29% 0.67% -
HSV(B) 102.5º 0.24% 0.77% -
XYZ 39.99 49.3 35.43 -
YUV 180.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 162 196 148 0.17 0 0.24 0.23 102.5 0.29 0.67
Hex A2 C4 94 11 0 18 17 66 1D 43
Octal 242 304 224 21 0 30 27 146 35 103
Binary 10100010 11000100 10010100 10001 0 11000 10111 1100110 11101 1000011

Color Harmonies of #A2C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C494

Black with #A2C494

Text Example


Text Example

White with #A2C494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C494; }

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

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

background-color css

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

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

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

border-color css

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

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

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