Html Css Color HEX #A3C695 Spring Rain

📋 copy color: '#A3C695'

red 163 ◦ green 198 ◦ blue 149

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

Shades of Spring Rain #A3C695

Tints of Spring Rain #A3C695

RGB

 RED value IS 163 (64.06% from 255) = 31.96%

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

 BLUE value IS 149 (58.59% from 255) = 29.22%

R = 31.96%
G = 38.82%
B = 29.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#A3C695 (or 0xA3C695) is known color: Spring Rain. HEX triplet: A3, C6 and 95. RGB value is (163,198,149). Sum of RGB (Red+Green+Blue) = 163+198+149=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C695 is #5C396A. Grayscale: #B6B6B6. Windows color (decimal): -6044011 or 9815715. OLE color: 9815715.

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

Color convert

RGB 163 198 149 -
CMYK 0.18 0 0.25 0.22
HSL 102.86º 0.3% 0.68% -
HSV(B) 102.86º 0.25% 0.78% -
XYZ 40.72 50.34 36 -
YUV 181.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 163 198 149 0.18 0 0.25 0.22 102.86 0.3 0.68
Hex A3 C6 95 12 0 19 16 67 1E 44
Octal 243 306 225 22 0 31 26 147 36 104
Binary 10100011 11000110 10010101 10010 0 11001 10110 1100111 11110 1000100

Color Harmonies of #A3C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C695

Black with #A3C695

Text Example


Text Example

White with #A3C695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C695; }

 p { color: rgb(163,198,149); }

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

background-color css

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

 a { background-color: rgb(163,198,149); }

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

border-color css

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

 span { border-color: rgb(163,198,149); }

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