Html Css Color HEX #A1C693 Spring Rain

📋 copy color: '#A1C693'

red 161 ◦ green 198 ◦ blue 147

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

Shades of Spring Rain #A1C693

Tints of Spring Rain #A1C693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 31.82%
G = 39.13%
B = 29.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#A1C693 (or 0xA1C693) is known color: Spring Rain. HEX triplet: A1, C6 and 93. RGB value is (161,198,147). Sum of RGB (Red+Green+Blue) = 161+198+147=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C693 is #5E396C. Grayscale: #B5B5B5. Windows color (decimal): -6175085 or 9684641. OLE color: 9684641.

HSL color Cylindrical-coordinate representation of color #A1C693: hue angle of 103.53º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1C693 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 198 147 -
CMYK 0.19 0 0.26 0.22
HSL 103.53º 0.31% 0.68% -
HSV(B) 103.53º 0.26% 0.78% -
XYZ 40.16 50.07 35.15 -
YUV 181.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 161 198 147 0.19 0 0.26 0.22 103.53 0.31 0.68
Hex A1 C6 93 13 0 1A 16 68 1F 44
Octal 241 306 223 23 0 32 26 150 37 104
Binary 10100001 11000110 10010011 10011 0 11010 10110 1101000 11111 1000100

Color Harmonies of #A1C693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C693

Black with #A1C693

Text Example


Text Example

White with #A1C693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C693; }

 p { color: rgb(161,198,147); }

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

background-color css

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

 a { background-color: rgb(161,198,147); }

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

border-color css

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

 span { border-color: rgb(161,198,147); }

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