Html Css Color HEX #A3CA95 Spring Rain

📋 copy color: '#A3CA95'

red 163 ◦ green 202 ◦ blue 149

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

Shades of Spring Rain #A3CA95

Tints of Spring Rain #A3CA95

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

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

R = 31.71%
G = 39.3%
B = 28.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#A3CA95 (or 0xA3CA95) is known color: Spring Rain. HEX triplet: A3, CA and 95. RGB value is (163,202,149). Sum of RGB (Red+Green+Blue) = 163+202+149=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA95 is #5C356A. Grayscale: #B8B8B8. Windows color (decimal): -6042987 or 9816739. OLE color: 9816739.

HSL color Cylindrical-coordinate representation of color #A3CA95: hue angle of 104.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CA95 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 149 -
CMYK 0.19 0 0.26 0.21
HSL 104.15º 0.33% 0.69% -
HSV(B) 104.15º 0.26% 0.79% -
XYZ 41.65 52.2 36.31 -
YUV 184.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 163 202 149 0.19 0 0.26 0.21 104.15 0.33 0.69
Hex A3 CA 95 13 0 1A 15 68 21 45
Octal 243 312 225 23 0 32 25 150 41 105
Binary 10100011 11001010 10010101 10011 0 11010 10101 1101000 100001 1000101

Color Harmonies of #A3CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA95

Black with #A3CA95

Text Example


Text Example

White with #A3CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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