Html Css Color HEX #A1CA9A Spring Rain

📋 copy color: '#A1CA9A'

red 161 ◦ green 202 ◦ blue 154

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

Shades of Spring Rain #A1CA9A

Tints of Spring Rain #A1CA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 31.14%
G = 39.07%
B = 29.79%

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

#A1CA9A (or 0xA1CA9A) is known color: Spring Rain. HEX triplet: A1, CA and 9A. RGB value is (161,202,154). Sum of RGB (Red+Green+Blue) = 161+202+154=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA9A is #5E3565. Grayscale: #B8B8B8. Windows color (decimal): -6174054 or 10144417. OLE color: 10144417.

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

Color convert

RGB 161 202 154 -
CMYK 0.20 0 0.24 0.21
HSL 111.25º 0.31% 0.7% -
HSV(B) 111.25º 0.24% 0.79% -
XYZ 41.65 52.15 38.44 -
YUV 184.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 161 202 154 0.20 0 0.24 0.21 111.25 0.31 0.7
Hex A1 CA 9A 14 0 18 15 6F 1F 46
Octal 241 312 232 24 0 30 25 157 37 106
Binary 10100001 11001010 10011010 10100 0 11000 10101 1101111 11111 1000110

Color Harmonies of #A1CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA9A

Black with #A1CA9A

Text Example


Text Example

White with #A1CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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