Html Css Color HEX #A1C092 Spring Rain

📋 copy color: '#A1C092'

red 161 ◦ green 192 ◦ blue 146

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

Shades of Spring Rain #A1C092

Tints of Spring Rain #A1C092

RGB

 RED value IS 161 (63.28% from 255) = 32.26%

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

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

R = 32.26%
G = 38.48%
B = 29.26%

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

#A1C092 (or 0xA1C092) is known color: Spring Rain. HEX triplet: A1, C0 and 92. RGB value is (161,192,146). Sum of RGB (Red+Green+Blue) = 161+192+146=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C092 is #5E3F6D. Grayscale: #B1B1B1. Windows color (decimal): -6176622 or 9617569. OLE color: 9617569.

HSL color Cylindrical-coordinate representation of color #A1C092: hue angle of 100.43º 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 #A1C092 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 146 -
CMYK 0.16 0 0.24 0.25
HSL 100.43º 0.27% 0.66% -
HSV(B) 100.43º 0.24% 0.75% -
XYZ 38.74 47.35 34.29 -
YUV 177.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 161 192 146 0.16 0 0.24 0.25 100.43 0.27 0.66
Hex A1 C0 92 10 0 18 19 64 1B 42
Octal 241 300 222 20 0 30 31 144 33 102
Binary 10100001 11000000 10010010 10000 0 11000 11001 1100100 11011 1000010

Color Harmonies of #A1C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C092

Black with #A1C092

Text Example


Text Example

White with #A1C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C092; }

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

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

background-color css

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

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

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

border-color css

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

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

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