Html Css Color HEX #A1C492 Spring Rain

📋 copy color: '#A1C492'

red 161 ◦ green 196 ◦ blue 146

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

Shades of Spring Rain #A1C492

Tints of Spring Rain #A1C492

RGB

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

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

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

R = 32.01%
G = 38.97%
B = 29.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#A1C492 (or 0xA1C492) is known color: Spring Rain. HEX triplet: A1, C4 and 92. RGB value is (161,196,146). Sum of RGB (Red+Green+Blue) = 161+196+146=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C492 is #5E3B6D. Grayscale: #B4B4B4. Windows color (decimal): -6175598 or 9618593. OLE color: 9618593.

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

Color convert

RGB 161 196 146 -
CMYK 0.18 0 0.26 0.23
HSL 102º 0.3% 0.67% -
HSV(B) 102º 0.26% 0.77% -
XYZ 39.63 49.13 34.59 -
YUV 179.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 161 196 146 0.18 0 0.26 0.23 102 0.3 0.67
Hex A1 C4 92 12 0 1A 17 66 1E 43
Octal 241 304 222 22 0 32 27 146 36 103
Binary 10100001 11000100 10010010 10010 0 11010 10111 1100110 11110 1000011

Color Harmonies of #A1C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C492

Black with #A1C492

Text Example


Text Example

White with #A1C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C492; }

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

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

background-color css

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

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

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

border-color css

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

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

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