Html Css Color HEX #A2C092 Spring Rain

📋 copy color: '#A2C092'

red 162 ◦ green 192 ◦ blue 146

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

Shades of Spring Rain #A2C092

Tints of Spring Rain #A2C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 32.4%
G = 38.4%
B = 29.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A2C092 (or 0xA2C092) is known color: Spring Rain. HEX triplet: A2, C0 and 92. RGB value is (162,192,146). Sum of RGB (Red+Green+Blue) = 162+192+146=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C092 is #5D3F6D. Grayscale: #B1B1B1. Windows color (decimal): -6111086 or 9617570. OLE color: 9617570.

HSL color Cylindrical-coordinate representation of color #A2C092: hue angle of 99.13º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C092 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 146 -
CMYK 0.16 0 0.24 0.25
HSL 99.13º 0.27% 0.66% -
HSV(B) 99.13º 0.24% 0.75% -
XYZ 38.94 47.46 34.3 -
YUV 177.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 162 192 146 0.16 0 0.24 0.25 99.13 0.27 0.66
Hex A2 C0 92 10 0 18 19 63 1B 42
Octal 242 300 222 20 0 30 31 143 33 102
Binary 10100010 11000000 10010010 10000 0 11000 11001 1100011 11011 1000010

Color Harmonies of #A2C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C092

Black with #A2C092

Text Example


Text Example

White with #A2C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C092; }

 p { color: rgb(162,192,146); }

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

background-color css

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

 a { background-color: rgb(162,192,146); }

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

border-color css

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

 span { border-color: rgb(162,192,146); }

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