Html Css Color HEX #A1CA95 Spring Rain

📋 copy color: '#A1CA95'

red 161 ◦ green 202 ◦ blue 149

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

Shades of Spring Rain #A1CA95

Tints of Spring Rain #A1CA95

RGB

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

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

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

R = 31.45%
G = 39.45%
B = 29.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#A1CA95 (or 0xA1CA95) is known color: Spring Rain. HEX triplet: A1, CA and 95. RGB value is (161,202,149). Sum of RGB (Red+Green+Blue) = 161+202+149=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA95 is #5E356A. Grayscale: #B7B7B7. Windows color (decimal): -6174059 or 9816737. OLE color: 9816737.

HSL color Cylindrical-coordinate representation of color #A1CA95: hue angle of 106.42º 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 #A1CA95 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 149 -
CMYK 0.20 0 0.26 0.21
HSL 106.42º 0.33% 0.69% -
HSV(B) 106.42º 0.26% 0.79% -
XYZ 41.24 51.99 36.29 -
YUV 183.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 161 202 149 0.20 0 0.26 0.21 106.42 0.33 0.69
Hex A1 CA 95 14 0 1A 15 6A 21 45
Octal 241 312 225 24 0 32 25 152 41 105
Binary 10100001 11001010 10010101 10100 0 11010 10101 1101010 100001 1000101

Color Harmonies of #A1CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA95

Black with #A1CA95

Text Example


Text Example

White with #A1CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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