Html Css Color HEX #A1CA99 Spring Rain

📋 copy color: '#A1CA99'

red 161 ◦ green 202 ◦ blue 153

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

Shades of Spring Rain #A1CA99

Tints of Spring Rain #A1CA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 31.2%
G = 39.15%
B = 29.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#A1CA99 (or 0xA1CA99) is known color: Spring Rain. HEX triplet: A1, CA and 99. RGB value is (161,202,153). Sum of RGB (Red+Green+Blue) = 161+202+153=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA99 is #5E3566. Grayscale: #B8B8B8. Windows color (decimal): -6174055 or 10078881. OLE color: 10078881.

HSL color Cylindrical-coordinate representation of color #A1CA99: hue angle of 110.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1CA99 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 153 -
CMYK 0.20 0 0.24 0.21
HSL 110.2º 0.32% 0.7% -
HSV(B) 110.2º 0.24% 0.79% -
XYZ 41.57 52.12 38.01 -
YUV 184.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 161 202 153 0.20 0 0.24 0.21 110.2 0.32 0.7
Hex A1 CA 99 14 0 18 15 6E 20 46
Octal 241 312 231 24 0 30 25 156 40 106
Binary 10100001 11001010 10011001 10100 0 11000 10101 1101110 100000 1000110

Color Harmonies of #A1CA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA99

Black with #A1CA99

Text Example


Text Example

White with #A1CA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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